Uses of Interface
software.amazon.awssdk.services.cloudfront.model.UpdateDistributionWithStagingConfigResponse.Builder
-
Packages that use UpdateDistributionWithStagingConfigResponse.Builder Package Description software.amazon.awssdk.services.cloudfront.model -
-
Uses of UpdateDistributionWithStagingConfigResponse.Builder in software.amazon.awssdk.services.cloudfront.model
Methods in software.amazon.awssdk.services.cloudfront.model that return UpdateDistributionWithStagingConfigResponse.Builder Modifier and Type Method Description static UpdateDistributionWithStagingConfigResponse.BuilderUpdateDistributionWithStagingConfigResponse. builder()default UpdateDistributionWithStagingConfigResponse.BuilderUpdateDistributionWithStagingConfigResponse.Builder. distribution(Consumer<Distribution.Builder> distribution)Sets the value of the Distribution property for this object.UpdateDistributionWithStagingConfigResponse.BuilderUpdateDistributionWithStagingConfigResponse.Builder. distribution(Distribution distribution)Sets the value of the Distribution property for this object.UpdateDistributionWithStagingConfigResponse.BuilderUpdateDistributionWithStagingConfigResponse.Builder. eTag(String eTag)The current version of the primary distribution (after it's updated).UpdateDistributionWithStagingConfigResponse.BuilderUpdateDistributionWithStagingConfigResponse. toBuilder()Methods in software.amazon.awssdk.services.cloudfront.model that return types with arguments of type UpdateDistributionWithStagingConfigResponse.Builder Modifier and Type Method Description static Class<? extends UpdateDistributionWithStagingConfigResponse.Builder>UpdateDistributionWithStagingConfigResponse. serializableBuilderClass()
-