Interface AwsCloudFrontDistributionOriginS3OriginConfig.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<AwsCloudFrontDistributionOriginS3OriginConfig.Builder,,AwsCloudFrontDistributionOriginS3OriginConfig> SdkBuilder<AwsCloudFrontDistributionOriginS3OriginConfig.Builder,,AwsCloudFrontDistributionOriginS3OriginConfig> SdkPojo
- Enclosing class:
 AwsCloudFrontDistributionOriginS3OriginConfig
public static interface AwsCloudFrontDistributionOriginS3OriginConfig.Builder
extends SdkPojo, CopyableBuilder<AwsCloudFrontDistributionOriginS3OriginConfig.Builder,AwsCloudFrontDistributionOriginS3OriginConfig> 
- 
Method Summary
Modifier and TypeMethodDescriptionoriginAccessIdentity(String originAccessIdentity) The CloudFront origin access identity to associate with the origin.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields 
- 
Method Details
- 
originAccessIdentity
AwsCloudFrontDistributionOriginS3OriginConfig.Builder originAccessIdentity(String originAccessIdentity) The CloudFront origin access identity to associate with the origin.
- Parameters:
 originAccessIdentity- The CloudFront origin access identity to associate with the origin.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -