Interface GetAnycastIpListResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CloudFrontResponse.Builder
,CopyableBuilder<GetAnycastIpListResponse.Builder,
,GetAnycastIpListResponse> SdkBuilder<GetAnycastIpListResponse.Builder,
,GetAnycastIpListResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
GetAnycastIpListResponse
@Mutable
@NotThreadSafe
public static interface GetAnycastIpListResponse.Builder
extends CloudFrontResponse.Builder, SdkPojo, CopyableBuilder<GetAnycastIpListResponse.Builder,GetAnycastIpListResponse>
-
Method Summary
Modifier and TypeMethodDescriptiondefault GetAnycastIpListResponse.Builder
anycastIpList
(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, 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 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.Builder
avoiding the need to create one manually viaAnycastIpList.builder()
.When the
Consumer
completes,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.
-