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
Modifier and TypeMethodDescriptionThe token to include in another request to get the next page of items.vpcEncryptionControls(Collection<VpcEncryptionControl> vpcEncryptionControls) Information about the VPC Encryption Control configurations.vpcEncryptionControls(Consumer<VpcEncryptionControl.Builder>... vpcEncryptionControls) Information about the VPC Encryption Control configurations.vpcEncryptionControls(VpcEncryptionControl... vpcEncryptionControls) Information about the VPC Encryption Control configurations.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.ec2.model.Ec2Response.Builder
build, responseMetadata, responseMetadataMethods 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
-
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 tovpcEncryptionControls(List<VpcEncryptionControl>).- 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:
-
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.
-