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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeIpamByoasnResponse.Builderbyoasns(Collection<Byoasn> byoasns)ASN and BYOIP CIDR associations.DescribeIpamByoasnResponse.Builderbyoasns(Consumer<Byoasn.Builder>... byoasns)ASN and BYOIP CIDR associations.DescribeIpamByoasnResponse.Builderbyoasns(Byoasn... byoasns)ASN and BYOIP CIDR associations.DescribeIpamByoasnResponse.BuildernextToken(String nextToken)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 Detail
-
byoasns
DescribeIpamByoasnResponse.Builder byoasns(Collection<Byoasn> 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
DescribeIpamByoasnResponse.Builder byoasns(Byoasn... 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
DescribeIpamByoasnResponse.Builder byoasns(Consumer<Byoasn.Builder>... byoasns)
ASN and BYOIP CIDR associations.
This is a convenience method that creates an instance of theByoasn.Builderavoiding the need to create one manually viaByoasn.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#byoasns(List.) - 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:
#byoasns(java.util.Collection)
-
nextToken
DescribeIpamByoasnResponse.Builder nextToken(String nextToken)
The token to use to retrieve the next page of results. This value is
nullwhen there are no more results to return.- Parameters:
nextToken- The token to use to retrieve the next page of results. This value isnullwhen there are no more results to return.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-