Interface CreateAnycastIpListResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CloudFrontResponse.Builder
,CopyableBuilder<CreateAnycastIpListResponse.Builder,
,CreateAnycastIpListResponse> SdkBuilder<CreateAnycastIpListResponse.Builder,
,CreateAnycastIpListResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
CreateAnycastIpListResponse
@Mutable
@NotThreadSafe
public static interface CreateAnycastIpListResponse.Builder
extends CloudFrontResponse.Builder, SdkPojo, CopyableBuilder<CreateAnycastIpListResponse.Builder,CreateAnycastIpListResponse>
-
Method Summary
Modifier and TypeMethodDescriptionanycastIpList
(Consumer<AnycastIpList.Builder> anycastIpList) A response structure that includes the version identifier (ETag) and the created AnycastIpList structure.anycastIpList
(AnycastIpList anycastIpList) A response structure that includes the version identifier (ETag) and the created AnycastIpList structure.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
A response structure that includes the version identifier (ETag) and the created AnycastIpList structure.
- Parameters:
anycastIpList
- A response structure that includes the version identifier (ETag) and the created AnycastIpList structure.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
anycastIpList
default CreateAnycastIpListResponse.Builder anycastIpList(Consumer<AnycastIpList.Builder> anycastIpList) A response structure that includes the version identifier (ETag) and the created AnycastIpList structure.
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.
-