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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AwsCloudFrontDistributionOriginS3OriginConfig.BuilderoriginAccessIdentity(String originAccessIdentity)The CloudFront origin access identity to associate with the origin.-
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
-
-
-
-
Method Detail
-
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.
-
-