Interface ListCloudFrontOriginAccessIdentitiesResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CloudFrontResponse.Builder,CopyableBuilder<ListCloudFrontOriginAccessIdentitiesResponse.Builder,ListCloudFrontOriginAccessIdentitiesResponse>,SdkBuilder<ListCloudFrontOriginAccessIdentitiesResponse.Builder,ListCloudFrontOriginAccessIdentitiesResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- ListCloudFrontOriginAccessIdentitiesResponse
@Mutable @NotThreadSafe public static interface ListCloudFrontOriginAccessIdentitiesResponse.Builder extends CloudFrontResponse.Builder, SdkPojo, CopyableBuilder<ListCloudFrontOriginAccessIdentitiesResponse.Builder,ListCloudFrontOriginAccessIdentitiesResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default ListCloudFrontOriginAccessIdentitiesResponse.BuildercloudFrontOriginAccessIdentityList(Consumer<CloudFrontOriginAccessIdentityList.Builder> cloudFrontOriginAccessIdentityList)TheCloudFrontOriginAccessIdentityListtype.ListCloudFrontOriginAccessIdentitiesResponse.BuildercloudFrontOriginAccessIdentityList(CloudFrontOriginAccessIdentityList cloudFrontOriginAccessIdentityList)TheCloudFrontOriginAccessIdentityListtype.-
Methods inherited from interface software.amazon.awssdk.services.cloudfront.model.CloudFrontResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
cloudFrontOriginAccessIdentityList
ListCloudFrontOriginAccessIdentitiesResponse.Builder cloudFrontOriginAccessIdentityList(CloudFrontOriginAccessIdentityList cloudFrontOriginAccessIdentityList)
The
CloudFrontOriginAccessIdentityListtype.- Parameters:
cloudFrontOriginAccessIdentityList- TheCloudFrontOriginAccessIdentityListtype.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
cloudFrontOriginAccessIdentityList
default ListCloudFrontOriginAccessIdentitiesResponse.Builder cloudFrontOriginAccessIdentityList(Consumer<CloudFrontOriginAccessIdentityList.Builder> cloudFrontOriginAccessIdentityList)
The
This is a convenience method that creates an instance of theCloudFrontOriginAccessIdentityListtype.CloudFrontOriginAccessIdentityList.Builderavoiding the need to create one manually viaCloudFrontOriginAccessIdentityList.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tocloudFrontOriginAccessIdentityList(CloudFrontOriginAccessIdentityList).- Parameters:
cloudFrontOriginAccessIdentityList- a consumer that will call methods onCloudFrontOriginAccessIdentityList.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
cloudFrontOriginAccessIdentityList(CloudFrontOriginAccessIdentityList)
-
-