public static interface CreateOpsMetadataRequest.Builder extends SsmRequest.Builder, SdkPojo, CopyableBuilder<CreateOpsMetadataRequest.Builder,CreateOpsMetadataRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateOpsMetadataRequest.Builder |
metadata(Map<String,MetadataValue> metadata)
Metadata for a new Application Manager application.
|
CreateOpsMetadataRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateOpsMetadataRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateOpsMetadataRequest.Builder |
resourceId(String resourceId)
A resource ID for a new Application Manager application.
|
CreateOpsMetadataRequest.Builder |
tags(Collection<Tag> tags)
Optional metadata that you assign to a resource.
|
CreateOpsMetadataRequest.Builder |
tags(Consumer<Tag.Builder>... tags)
Optional metadata that you assign to a resource.
|
CreateOpsMetadataRequest.Builder |
tags(Tag... tags)
Optional metadata that you assign to a resource.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateOpsMetadataRequest.Builder resourceId(String resourceId)
A resource ID for a new Application Manager application.
resourceId - A resource ID for a new Application Manager application.CreateOpsMetadataRequest.Builder metadata(Map<String,MetadataValue> metadata)
Metadata for a new Application Manager application.
metadata - Metadata for a new Application Manager application.CreateOpsMetadataRequest.Builder tags(Collection<Tag> 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 Region. In this case, you could specify the following key-value pairs:
Key=Environment,Value=Production
Key=Region,Value=us-east-2
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 Region. In this case, you could specify the following key-value pairs:
Key=Environment,Value=Production
Key=Region,Value=us-east-2
CreateOpsMetadataRequest.Builder tags(Tag... 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 Region. In this case, you could specify the following key-value pairs:
Key=Environment,Value=Production
Key=Region,Value=us-east-2
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 Region. In this case, you could specify the following key-value pairs:
Key=Environment,Value=Production
Key=Region,Value=us-east-2
CreateOpsMetadataRequest.Builder tags(Consumer<Tag.Builder>... 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 Region. In this case, you could specify the following key-value pairs:
Key=Environment,Value=Production
Key=Region,Value=us-east-2
List.Builder avoiding the need to create
one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its result
is passed to #tags(List) .tags - a consumer that will call methods on List.Builder #tags(List) CreateOpsMetadataRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateOpsMetadataRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.