Interface GetCloudFrontOriginAccessIdentityConfigResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CloudFrontResponse.Builder
,CopyableBuilder<GetCloudFrontOriginAccessIdentityConfigResponse.Builder,
,GetCloudFrontOriginAccessIdentityConfigResponse> SdkBuilder<GetCloudFrontOriginAccessIdentityConfigResponse.Builder,
,GetCloudFrontOriginAccessIdentityConfigResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
GetCloudFrontOriginAccessIdentityConfigResponse
@Mutable
@NotThreadSafe
public static interface GetCloudFrontOriginAccessIdentityConfigResponse.Builder
extends CloudFrontResponse.Builder, SdkPojo, CopyableBuilder<GetCloudFrontOriginAccessIdentityConfigResponse.Builder,GetCloudFrontOriginAccessIdentityConfigResponse>
-
Method Summary
Modifier and TypeMethodDescriptioncloudFrontOriginAccessIdentityConfig
(Consumer<CloudFrontOriginAccessIdentityConfig.Builder> cloudFrontOriginAccessIdentityConfig) The origin access identity's configuration information.cloudFrontOriginAccessIdentityConfig
(CloudFrontOriginAccessIdentityConfig cloudFrontOriginAccessIdentityConfig) The origin access identity's configuration information.The current version of the configuration.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 Details
-
cloudFrontOriginAccessIdentityConfig
GetCloudFrontOriginAccessIdentityConfigResponse.Builder cloudFrontOriginAccessIdentityConfig(CloudFrontOriginAccessIdentityConfig cloudFrontOriginAccessIdentityConfig) The origin access identity's configuration information.
- Parameters:
cloudFrontOriginAccessIdentityConfig
- The origin access identity's configuration information.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
cloudFrontOriginAccessIdentityConfig
default GetCloudFrontOriginAccessIdentityConfigResponse.Builder cloudFrontOriginAccessIdentityConfig(Consumer<CloudFrontOriginAccessIdentityConfig.Builder> cloudFrontOriginAccessIdentityConfig) The origin access identity's configuration information.
This is a convenience method that creates an instance of theCloudFrontOriginAccessIdentityConfig.Builder
avoiding the need to create one manually viaCloudFrontOriginAccessIdentityConfig.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tocloudFrontOriginAccessIdentityConfig(CloudFrontOriginAccessIdentityConfig)
.- Parameters:
cloudFrontOriginAccessIdentityConfig
- a consumer that will call methods onCloudFrontOriginAccessIdentityConfig.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
eTag
The current version of the configuration. For example:
E2QWRUHAPOMQZL
.- Parameters:
eTag
- The current version of the configuration. For example:E2QWRUHAPOMQZL
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-