Interface ListCloudFrontOriginAccessIdentitiesResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CloudFrontResponse.Builder
,CopyableBuilder<ListCloudFrontOriginAccessIdentitiesResponse.Builder,ListCloudFrontOriginAccessIdentitiesResponse>
,SdkBuilder<ListCloudFrontOriginAccessIdentitiesResponse.Builder,ListCloudFrontOriginAccessIdentitiesResponse>
,SdkPojo
,SdkResponse.Builder
- Enclosing class:
- ListCloudFrontOriginAccessIdentitiesResponse
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.Builder
cloudFrontOriginAccessIdentityList(Consumer<CloudFrontOriginAccessIdentityList.Builder> cloudFrontOriginAccessIdentityList)
TheCloudFrontOriginAccessIdentityList
type.ListCloudFrontOriginAccessIdentitiesResponse.Builder
cloudFrontOriginAccessIdentityList(CloudFrontOriginAccessIdentityList cloudFrontOriginAccessIdentityList)
TheCloudFrontOriginAccessIdentityList
type.-
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, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
cloudFrontOriginAccessIdentityList
ListCloudFrontOriginAccessIdentitiesResponse.Builder cloudFrontOriginAccessIdentityList(CloudFrontOriginAccessIdentityList cloudFrontOriginAccessIdentityList)
The
CloudFrontOriginAccessIdentityList
type.- Parameters:
cloudFrontOriginAccessIdentityList
- TheCloudFrontOriginAccessIdentityList
type.- 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 theCloudFrontOriginAccessIdentityList
type.CloudFrontOriginAccessIdentityList.Builder
avoiding the need to create one manually viaCloudFrontOriginAccessIdentityList.builder()
.When the
Consumer
completes,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)
-
-