Interface ListAnycastIpListsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CloudFrontResponse.Builder,CopyableBuilder<ListAnycastIpListsResponse.Builder,,ListAnycastIpListsResponse> SdkBuilder<ListAnycastIpListsResponse.Builder,,ListAnycastIpListsResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
- ListAnycastIpListsResponse
@Mutable
@NotThreadSafe
public static interface ListAnycastIpListsResponse.Builder
extends CloudFrontResponse.Builder, SdkPojo, CopyableBuilder<ListAnycastIpListsResponse.Builder,ListAnycastIpListsResponse>
-
Method Summary
Modifier and TypeMethodDescriptionanycastIpLists(Consumer<AnycastIpListCollection.Builder> anycastIpLists) Root level tag for theAnycastIpListsparameters.anycastIpLists(AnycastIpListCollection anycastIpLists) Root level tag for theAnycastIpListsparameters.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
-
anycastIpLists
Root level tag for the
AnycastIpListsparameters.- Parameters:
anycastIpLists- Root level tag for theAnycastIpListsparameters.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
anycastIpLists
default ListAnycastIpListsResponse.Builder anycastIpLists(Consumer<AnycastIpListCollection.Builder> anycastIpLists) Root level tag for the
This is a convenience method that creates an instance of theAnycastIpListsparameters.AnycastIpListCollection.Builderavoiding the need to create one manually viaAnycastIpListCollection.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toanycastIpLists(AnycastIpListCollection).- Parameters:
anycastIpLists- a consumer that will call methods onAnycastIpListCollection.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-