Interface UpdateCloudFrontOriginAccessIdentityResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CloudFrontResponse.Builder
,CopyableBuilder<UpdateCloudFrontOriginAccessIdentityResponse.Builder,UpdateCloudFrontOriginAccessIdentityResponse>
,SdkBuilder<UpdateCloudFrontOriginAccessIdentityResponse.Builder,UpdateCloudFrontOriginAccessIdentityResponse>
,SdkPojo
,SdkResponse.Builder
- Enclosing class:
- UpdateCloudFrontOriginAccessIdentityResponse
public static interface UpdateCloudFrontOriginAccessIdentityResponse.Builder extends CloudFrontResponse.Builder, SdkPojo, CopyableBuilder<UpdateCloudFrontOriginAccessIdentityResponse.Builder,UpdateCloudFrontOriginAccessIdentityResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default UpdateCloudFrontOriginAccessIdentityResponse.Builder
cloudFrontOriginAccessIdentity(Consumer<CloudFrontOriginAccessIdentity.Builder> cloudFrontOriginAccessIdentity)
The origin access identity's information.UpdateCloudFrontOriginAccessIdentityResponse.Builder
cloudFrontOriginAccessIdentity(CloudFrontOriginAccessIdentity cloudFrontOriginAccessIdentity)
The origin access identity's information.UpdateCloudFrontOriginAccessIdentityResponse.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, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
cloudFrontOriginAccessIdentity
UpdateCloudFrontOriginAccessIdentityResponse.Builder cloudFrontOriginAccessIdentity(CloudFrontOriginAccessIdentity cloudFrontOriginAccessIdentity)
The origin access identity's information.
- Parameters:
cloudFrontOriginAccessIdentity
- The origin access identity's information.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
cloudFrontOriginAccessIdentity
default UpdateCloudFrontOriginAccessIdentityResponse.Builder cloudFrontOriginAccessIdentity(Consumer<CloudFrontOriginAccessIdentity.Builder> cloudFrontOriginAccessIdentity)
The origin access identity's information.
This is a convenience method that creates an instance of theCloudFrontOriginAccessIdentity.Builder
avoiding the need to create one manually viaCloudFrontOriginAccessIdentity.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tocloudFrontOriginAccessIdentity(CloudFrontOriginAccessIdentity)
.- Parameters:
cloudFrontOriginAccessIdentity
- a consumer that will call methods onCloudFrontOriginAccessIdentity.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
cloudFrontOriginAccessIdentity(CloudFrontOriginAccessIdentity)
-
eTag
UpdateCloudFrontOriginAccessIdentityResponse.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.
-
-