Interface DescribeVpcEncryptionControlsResponse.Builder

    • 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.
      • nextToken

        DescribeVpcEncryptionControlsResponse.Builder nextToken​(String nextToken)

        The token to include in another request to get the next page of items. This value is null when 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 is null when there are no more items to return.
        Returns:
        Returns a reference to this object so that method calls can be chained together.