Interface GetParametersRequest.Builder

All Superinterfaces:
AwsRequest.Builder, Buildable, CopyableBuilder<GetParametersRequest.Builder,GetParametersRequest>, SdkBuilder<GetParametersRequest.Builder,GetParametersRequest>, SdkPojo, SdkRequest.Builder, SsmRequest.Builder
Enclosing class:
GetParametersRequest

public static interface GetParametersRequest.Builder extends SsmRequest.Builder, SdkPojo, CopyableBuilder<GetParametersRequest.Builder,GetParametersRequest>
  • Method Details

    • names

      The names or Amazon Resource Names (ARNs) of the parameters that you want to query. For parameters shared with you from another account, you must use the full ARNs.

      To query by parameter label, use "Name": "name:label". To query by parameter version, use "Name": "name:version".

      For more information about shared parameters, see Working with shared parameters in the Amazon Web Services Systems Manager User Guide.

      Parameters:
      names - The names or Amazon Resource Names (ARNs) of the parameters that you want to query. For parameters shared with you from another account, you must use the full ARNs.

      To query by parameter label, use "Name": "name:label". To query by parameter version, use "Name": "name:version".

      For more information about shared parameters, see Working with shared parameters in the Amazon Web Services Systems Manager User Guide.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • names

      The names or Amazon Resource Names (ARNs) of the parameters that you want to query. For parameters shared with you from another account, you must use the full ARNs.

      To query by parameter label, use "Name": "name:label". To query by parameter version, use "Name": "name:version".

      For more information about shared parameters, see Working with shared parameters in the Amazon Web Services Systems Manager User Guide.

      Parameters:
      names - The names or Amazon Resource Names (ARNs) of the parameters that you want to query. For parameters shared with you from another account, you must use the full ARNs.

      To query by parameter label, use "Name": "name:label". To query by parameter version, use "Name": "name:version".

      For more information about shared parameters, see Working with shared parameters in the Amazon Web Services Systems Manager User Guide.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • withDecryption

      GetParametersRequest.Builder withDecryption(Boolean withDecryption)

      Return decrypted secure string value. Return decrypted values for secure string parameters. This flag is ignored for String and StringList parameter types.

      Parameters:
      withDecryption - Return decrypted secure string value. Return decrypted values for secure string parameters. This flag is ignored for String and StringList parameter types.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

      GetParametersRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.