Interface PutDeploymentParameterResponse.Builder

    • Method Detail

      • agreementId

        PutDeploymentParameterResponse.Builder agreementId​(String agreementId)

        The unique identifier of the agreement.

        Parameters:
        agreementId - The unique identifier of the agreement.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • deploymentParameterId

        PutDeploymentParameterResponse.Builder deploymentParameterId​(String deploymentParameterId)

        The unique identifier of the deployment parameter.

        Parameters:
        deploymentParameterId - The unique identifier of the deployment parameter.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • resourceArn

        PutDeploymentParameterResponse.Builder resourceArn​(String resourceArn)

        The Amazon Resource Name (ARN) associated with the deployment parameter resource you want to create or update.

        Parameters:
        resourceArn - The Amazon Resource Name (ARN) associated with the deployment parameter resource you want to create or update.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tags

        PutDeploymentParameterResponse.Builder tags​(Map<String,​String> tags)

        A map of key-value pairs, where each pair represents a tag saved to the resource. Tags will only be applied for create operations, and they'll be ignored if the resource already exists.

        Parameters:
        tags - A map of key-value pairs, where each pair represents a tag saved to the resource. Tags will only be applied for create operations, and they'll be ignored if the resource already exists.
        Returns:
        Returns a reference to this object so that method calls can be chained together.