Uses of Interface
software.amazon.awssdk.services.cloudfront.model.UpdateCloudFrontOriginAccessIdentityResponse.Builder
-
Packages that use UpdateCloudFrontOriginAccessIdentityResponse.Builder Package Description software.amazon.awssdk.services.cloudfront.model -
-
Uses of UpdateCloudFrontOriginAccessIdentityResponse.Builder in software.amazon.awssdk.services.cloudfront.model
Methods in software.amazon.awssdk.services.cloudfront.model that return UpdateCloudFrontOriginAccessIdentityResponse.Builder Modifier and Type Method Description static UpdateCloudFrontOriginAccessIdentityResponse.BuilderUpdateCloudFrontOriginAccessIdentityResponse. builder()default UpdateCloudFrontOriginAccessIdentityResponse.BuilderUpdateCloudFrontOriginAccessIdentityResponse.Builder. cloudFrontOriginAccessIdentity(Consumer<CloudFrontOriginAccessIdentity.Builder> cloudFrontOriginAccessIdentity)The origin access identity's information.UpdateCloudFrontOriginAccessIdentityResponse.BuilderUpdateCloudFrontOriginAccessIdentityResponse.Builder. cloudFrontOriginAccessIdentity(CloudFrontOriginAccessIdentity cloudFrontOriginAccessIdentity)The origin access identity's information.UpdateCloudFrontOriginAccessIdentityResponse.BuilderUpdateCloudFrontOriginAccessIdentityResponse.Builder. eTag(String eTag)The current version of the configuration.UpdateCloudFrontOriginAccessIdentityResponse.BuilderUpdateCloudFrontOriginAccessIdentityResponse. toBuilder()Methods in software.amazon.awssdk.services.cloudfront.model that return types with arguments of type UpdateCloudFrontOriginAccessIdentityResponse.Builder Modifier and Type Method Description static Class<? extends UpdateCloudFrontOriginAccessIdentityResponse.Builder>UpdateCloudFrontOriginAccessIdentityResponse. serializableBuilderClass()
-