public static interface CreateAttributeGroupRequest.Builder extends ServiceCatalogAppRegistryRequest.Builder, SdkPojo, CopyableBuilder<CreateAttributeGroupRequest.Builder,CreateAttributeGroupRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateAttributeGroupRequest.Builder |
attributes(String attributes)
A JSON string in the form of nested key-value pairs that represent the attributes in the group and describes
an application and its components.
|
CreateAttributeGroupRequest.Builder |
clientToken(String clientToken)
A unique identifier that you provide to ensure idempotency.
|
CreateAttributeGroupRequest.Builder |
description(String description)
The description of the attribute group that the user provides.
|
CreateAttributeGroupRequest.Builder |
name(String name)
The name of the attribute group.
|
CreateAttributeGroupRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateAttributeGroupRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateAttributeGroupRequest.Builder |
tags(Map<String,String> tags)
Key-value pairs you can use to associate with the attribute group.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateAttributeGroupRequest.Builder name(String name)
The name of the attribute group.
name - The name of the attribute group.CreateAttributeGroupRequest.Builder description(String description)
The description of the attribute group that the user provides.
description - The description of the attribute group that the user provides.CreateAttributeGroupRequest.Builder attributes(String attributes)
A JSON string in the form of nested key-value pairs that represent the attributes in the group and describes an application and its components.
attributes - A JSON string in the form of nested key-value pairs that represent the attributes in the group and
describes an application and its components.CreateAttributeGroupRequest.Builder tags(Map<String,String> tags)
Key-value pairs you can use to associate with the attribute group.
tags - Key-value pairs you can use to associate with the attribute group.CreateAttributeGroupRequest.Builder clientToken(String clientToken)
A unique identifier that you provide to ensure idempotency. If you retry a request that completed successfully using the same client token and the same parameters, the retry succeeds without performing any further actions. If you retry a successful request using the same client token, but one or more of the parameters are different, the retry fails.
clientToken - A unique identifier that you provide to ensure idempotency. If you retry a request that completed
successfully using the same client token and the same parameters, the retry succeeds without
performing any further actions. If you retry a successful request using the same client token, but one
or more of the parameters are different, the retry fails.CreateAttributeGroupRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateAttributeGroupRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.