Interface SsmParameterConfiguration.Builder

  • Method Details

    • amiAccountId

      SsmParameterConfiguration.Builder amiAccountId(String amiAccountId)

      Specify the account that will own the Parameter in a given Region. During distribution, this account must be specified in distribution settings as a target account for the Region.

      Parameters:
      amiAccountId - Specify the account that will own the Parameter in a given Region. During distribution, this account must be specified in distribution settings as a target account for the Region.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • parameterName

      SsmParameterConfiguration.Builder parameterName(String parameterName)

      This is the name of the Parameter in the target Region or account. The image distribution creates the Parameter if it doesn't already exist. Otherwise, it updates the parameter.

      Parameters:
      parameterName - This is the name of the Parameter in the target Region or account. The image distribution creates the Parameter if it doesn't already exist. Otherwise, it updates the parameter.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • dataType

      The data type specifies what type of value the Parameter contains. We recommend that you use data type aws:ec2:image.

      Parameters:
      dataType - The data type specifies what type of value the Parameter contains. We recommend that you use data type aws:ec2:image.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • dataType

      The data type specifies what type of value the Parameter contains. We recommend that you use data type aws:ec2:image.

      Parameters:
      dataType - The data type specifies what type of value the Parameter contains. We recommend that you use data type aws:ec2:image.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: