Interface DescribeIpamByoasnResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<DescribeIpamByoasnResponse.Builder,
,DescribeIpamByoasnResponse> Ec2Response.Builder
,SdkBuilder<DescribeIpamByoasnResponse.Builder,
,DescribeIpamByoasnResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
DescribeIpamByoasnResponse
@Mutable
@NotThreadSafe
public static interface DescribeIpamByoasnResponse.Builder
extends Ec2Response.Builder, SdkPojo, CopyableBuilder<DescribeIpamByoasnResponse.Builder,DescribeIpamByoasnResponse>
-
Method Summary
Modifier and TypeMethodDescriptionbyoasns
(Collection<Byoasn> byoasns) ASN and BYOIP CIDR associations.byoasns
(Consumer<Byoasn.Builder>... byoasns) ASN and BYOIP CIDR associations.ASN and BYOIP CIDR associations.The token to use to retrieve the next page of results.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.ec2.model.Ec2Response.Builder
build, responseMetadata, responseMetadata
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
-
byoasns
ASN and BYOIP CIDR associations.
- Parameters:
byoasns
- ASN and BYOIP CIDR associations.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
byoasns
ASN and BYOIP CIDR associations.
- Parameters:
byoasns
- ASN and BYOIP CIDR associations.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
byoasns
ASN and BYOIP CIDR associations.
This is a convenience method that creates an instance of theByoasn.Builder
avoiding the need to create one manually viaByoasn.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tobyoasns(List<Byoasn>)
.- Parameters:
byoasns
- a consumer that will call methods onByoasn.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
nextToken
The token to use to retrieve the next page of results. This value is
null
when there are no more results to return.- Parameters:
nextToken
- The token to use to retrieve the next page of results. This value isnull
when there are no more results to return.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-