Interface GetCloudFrontOriginAccessIdentityConfigResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CloudFrontResponse.Builder
,CopyableBuilder<GetCloudFrontOriginAccessIdentityConfigResponse.Builder,GetCloudFrontOriginAccessIdentityConfigResponse>
,SdkBuilder<GetCloudFrontOriginAccessIdentityConfigResponse.Builder,GetCloudFrontOriginAccessIdentityConfigResponse>
,SdkPojo
,SdkResponse.Builder
- Enclosing class:
- GetCloudFrontOriginAccessIdentityConfigResponse
public static interface GetCloudFrontOriginAccessIdentityConfigResponse.Builder extends CloudFrontResponse.Builder, SdkPojo, CopyableBuilder<GetCloudFrontOriginAccessIdentityConfigResponse.Builder,GetCloudFrontOriginAccessIdentityConfigResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default GetCloudFrontOriginAccessIdentityConfigResponse.Builder
cloudFrontOriginAccessIdentityConfig(Consumer<CloudFrontOriginAccessIdentityConfig.Builder> cloudFrontOriginAccessIdentityConfig)
The origin access identity's configuration information.GetCloudFrontOriginAccessIdentityConfigResponse.Builder
cloudFrontOriginAccessIdentityConfig(CloudFrontOriginAccessIdentityConfig cloudFrontOriginAccessIdentityConfig)
The origin access identity's configuration information.GetCloudFrontOriginAccessIdentityConfigResponse.Builder
eTag(String eTag)
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, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
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:
cloudFrontOriginAccessIdentityConfig(CloudFrontOriginAccessIdentityConfig)
-
eTag
GetCloudFrontOriginAccessIdentityConfigResponse.Builder eTag(String 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.
-
-