Interface DescribeDocumentRequest.Builder

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

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

    • name

      The name of the SSM document.

      Parameters:
      name - The name of the SSM document.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • documentVersion

      DescribeDocumentRequest.Builder documentVersion(String documentVersion)

      The document version for which you want information. Can be a specific version or the default version.

      Parameters:
      documentVersion - The document version for which you want information. Can be a specific version or the default version.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • versionName

      DescribeDocumentRequest.Builder versionName(String versionName)

      An optional field specifying the version of the artifact associated with the document. For example, "Release 12, Update 6". This value is unique across all versions of a document, and can't be changed.

      Parameters:
      versionName - An optional field specifying the version of the artifact associated with the document. For example, "Release 12, Update 6". This value is unique across all versions of a document, and can't be changed.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

      DescribeDocumentRequest.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.