Interface UpdateAnycastIpListResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CloudFrontResponse.Builder,CopyableBuilder<UpdateAnycastIpListResponse.Builder,,UpdateAnycastIpListResponse> SdkBuilder<UpdateAnycastIpListResponse.Builder,,UpdateAnycastIpListResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
UpdateAnycastIpListResponse
@Mutable
@NotThreadSafe
public static interface UpdateAnycastIpListResponse.Builder
extends CloudFrontResponse.Builder, SdkPojo, CopyableBuilder<UpdateAnycastIpListResponse.Builder,UpdateAnycastIpListResponse>
-
Method Summary
Modifier and TypeMethodDescriptionanycastIpList(Consumer<AnycastIpList.Builder> anycastIpList) Sets the value of the AnycastIpList property for this object.anycastIpList(AnycastIpList anycastIpList) Sets the value of the AnycastIpList property for this object.The current version of the Anycast static IP list.Methods inherited from interface software.amazon.awssdk.services.cloudfront.model.CloudFrontResponse.Builder
build, responseMetadata, responseMetadataMethods 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, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
anycastIpList
Sets the value of the AnycastIpList property for this object.- Parameters:
anycastIpList- The new value for the AnycastIpList property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
anycastIpList
default UpdateAnycastIpListResponse.Builder anycastIpList(Consumer<AnycastIpList.Builder> anycastIpList) Sets the value of the AnycastIpList property for this object. This is a convenience method that creates an instance of theAnycastIpList.Builderavoiding the need to create one manually viaAnycastIpList.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toanycastIpList(AnycastIpList).- Parameters:
anycastIpList- a consumer that will call methods onAnycastIpList.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
eTag
The current version of the Anycast static IP list.
- Parameters:
eTag- The current version of the Anycast static IP list.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-