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
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default ListAnycastIpListsResponse.BuilderanycastIpLists(Consumer<AnycastIpListCollection.Builder> anycastIpLists)Root level tag for theAnycastIpListsparameters.ListAnycastIpListsResponse.BuilderanycastIpLists(AnycastIpListCollection anycastIpLists)Root level tag for theAnycastIpListsparameters.-
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 Detail
-
anycastIpLists
ListAnycastIpListsResponse.Builder anycastIpLists(AnycastIpListCollection 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:
anycastIpLists(AnycastIpListCollection)
-
-