Interface GetAnycastIpListResponse.Builder
- All Superinterfaces:
 AwsResponse.Builder,Buildable,CloudFrontResponse.Builder,CopyableBuilder<GetAnycastIpListResponse.Builder,,GetAnycastIpListResponse> SdkBuilder<GetAnycastIpListResponse.Builder,,GetAnycastIpListResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
 GetAnycastIpListResponse
public static interface GetAnycastIpListResponse.Builder
extends CloudFrontResponse.Builder, SdkPojo, CopyableBuilder<GetAnycastIpListResponse.Builder,GetAnycastIpListResponse> 
- 
Method Summary
Modifier and TypeMethodDescriptiondefault GetAnycastIpListResponse.BuilderanycastIpList(Consumer<AnycastIpList.Builder> anycastIpList) The Anycast static IP list details.anycastIpList(AnycastIpList anycastIpList) The Anycast static IP list details.The version identifier for 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
The Anycast static IP list details.
- Parameters:
 anycastIpList- The Anycast static IP list details.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
anycastIpList
default GetAnycastIpListResponse.Builder anycastIpList(Consumer<AnycastIpList.Builder> anycastIpList) The Anycast static IP list details.
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 version identifier for the current version of the Anycast static IP list.
- Parameters:
 eTag- The version identifier for the current version of the Anycast static IP list.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -