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.
|
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
CreateOpsMetadataRequest.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 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
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
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 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
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
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 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
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
.
tags
- a consumer that will call methods on Tag.Builder
#tags(java.util.Collection)
CreateOpsMetadataRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration
in interface AwsRequest.Builder
CreateOpsMetadataRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2023. All rights reserved.