Interface DescribeVpcEncryptionControlsResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DescribeVpcEncryptionControlsResponse.Builder,DescribeVpcEncryptionControlsResponse>,Ec2Response.Builder,SdkBuilder<DescribeVpcEncryptionControlsResponse.Builder,DescribeVpcEncryptionControlsResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- DescribeVpcEncryptionControlsResponse
@Mutable @NotThreadSafe public static interface DescribeVpcEncryptionControlsResponse.Builder extends Ec2Response.Builder, SdkPojo, CopyableBuilder<DescribeVpcEncryptionControlsResponse.Builder,DescribeVpcEncryptionControlsResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeVpcEncryptionControlsResponse.BuildernextToken(String nextToken)The token to include in another request to get the next page of items.DescribeVpcEncryptionControlsResponse.BuildervpcEncryptionControls(Collection<VpcEncryptionControl> vpcEncryptionControls)Information about the VPC Encryption Control configurations.DescribeVpcEncryptionControlsResponse.BuildervpcEncryptionControls(Consumer<VpcEncryptionControl.Builder>... vpcEncryptionControls)Information about the VPC Encryption Control configurations.DescribeVpcEncryptionControlsResponse.BuildervpcEncryptionControls(VpcEncryptionControl... vpcEncryptionControls)Information about the VPC Encryption Control configurations.-
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
-
vpcEncryptionControls
DescribeVpcEncryptionControlsResponse.Builder vpcEncryptionControls(Collection<VpcEncryptionControl> vpcEncryptionControls)
Information about the VPC Encryption Control configurations.
- Parameters:
vpcEncryptionControls- Information about the VPC Encryption Control configurations.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
vpcEncryptionControls
DescribeVpcEncryptionControlsResponse.Builder vpcEncryptionControls(VpcEncryptionControl... vpcEncryptionControls)
Information about the VPC Encryption Control configurations.
- Parameters:
vpcEncryptionControls- Information about the VPC Encryption Control configurations.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
vpcEncryptionControls
DescribeVpcEncryptionControlsResponse.Builder vpcEncryptionControls(Consumer<VpcEncryptionControl.Builder>... vpcEncryptionControls)
Information about the VPC Encryption Control configurations.
This is a convenience method that creates an instance of theVpcEncryptionControl.Builderavoiding the need to create one manually viaVpcEncryptionControl.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#vpcEncryptionControls(List.) - Parameters:
vpcEncryptionControls- a consumer that will call methods onVpcEncryptionControl.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#vpcEncryptionControls(java.util.Collection)
-
nextToken
DescribeVpcEncryptionControlsResponse.Builder nextToken(String nextToken)
The token to include in another request to get the next page of items. This value is
nullwhen there are no more items to return.- Parameters:
nextToken- The token to include in another request to get the next page of items. This value isnullwhen there are no more items to return.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-