Interface CreateOpsMetadataRequest.Builder

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

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

    • resourceId

      CreateOpsMetadataRequest.Builder resourceId(String resourceId)

      A resource ID for a new Application Manager application.

      Parameters:
      resourceId - A resource ID for a new Application Manager application.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • metadata

      Metadata for a new Application Manager application.

      Parameters:
      metadata - Metadata for a new Application Manager application.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • tags

      Optional metadata that you assign to a resource. You can specify a maximum of five tags for an OpsMetadata object. Tags enable you to categorize a resource in different ways, such as by purpose, owner, or environment. For example, you might want to tag an OpsMetadata object to identify an environment or target Amazon Web Services Region. In this case, you could specify the following key-value pairs:

      • Key=Environment,Value=Production

      • Key=Region,Value=us-east-2

      Parameters:
      tags - Optional metadata that you assign to a resource. You can specify a maximum of five tags for an OpsMetadata object. Tags enable you to categorize a resource in different ways, such as by purpose, owner, or environment. For example, you might want to tag an OpsMetadata object to identify an environment or target Amazon Web Services Region. In this case, you could specify the following key-value pairs:

      • Key=Environment,Value=Production

      • Key=Region,Value=us-east-2

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

      Optional metadata that you assign to a resource. You can specify a maximum of five tags for an OpsMetadata object. Tags enable you to categorize a resource in different ways, such as by purpose, owner, or environment. For example, you might want to tag an OpsMetadata object to identify an environment or target Amazon Web Services Region. In this case, you could specify the following key-value pairs:

      • Key=Environment,Value=Production

      • Key=Region,Value=us-east-2

      Parameters:
      tags - Optional metadata that you assign to a resource. You can specify a maximum of five tags for an OpsMetadata object. Tags enable you to categorize a resource in different ways, such as by purpose, owner, or environment. For example, you might want to tag an OpsMetadata object to identify an environment or target Amazon Web Services Region. In this case, you could specify the following key-value pairs:

      • Key=Environment,Value=Production

      • Key=Region,Value=us-east-2

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

      Optional metadata that you assign to a resource. You can specify a maximum of five tags for an OpsMetadata object. Tags enable you to categorize a resource in different ways, such as by purpose, owner, or environment. For example, you might want to tag an OpsMetadata object to identify an environment or target Amazon Web Services Region. In this case, you could specify the following key-value pairs:

      • Key=Environment,Value=Production

      • Key=Region,Value=us-east-2

      This is a convenience method that creates an instance of the Tag.Builder avoiding the need to create one manually via Tag.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to tags(List<Tag>).

      Parameters:
      tags - a consumer that will call methods on Tag.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • overrideConfiguration

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