Interface CreateAttributeGroupRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<CreateAttributeGroupRequest.Builder,CreateAttributeGroupRequest>,SdkBuilder<CreateAttributeGroupRequest.Builder,CreateAttributeGroupRequest>,SdkPojo,SdkRequest.Builder,ServiceCatalogAppRegistryRequest.Builder
- Enclosing class:
- CreateAttributeGroupRequest
public static interface CreateAttributeGroupRequest.Builder extends ServiceCatalogAppRegistryRequest.Builder, SdkPojo, CopyableBuilder<CreateAttributeGroupRequest.Builder,CreateAttributeGroupRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreateAttributeGroupRequest.Builderattributes(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.BuilderclientToken(String clientToken)A unique identifier that you provide to ensure idempotency.CreateAttributeGroupRequest.Builderdescription(String description)The description of the attribute group that the user provides.CreateAttributeGroupRequest.Buildername(String name)The name of the attribute group.CreateAttributeGroupRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateAttributeGroupRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)CreateAttributeGroupRequest.Buildertags(Map<String,String> tags)Key-value pairs you can use to associate with the attribute group.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.services.servicecatalogappregistry.model.ServiceCatalogAppRegistryRequest.Builder
build
-
-
-
-
Method Detail
-
name
CreateAttributeGroupRequest.Builder name(String name)
The name of the attribute group.
- Parameters:
name- The name of the attribute group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
CreateAttributeGroupRequest.Builder description(String description)
The description of the attribute group that the user provides.
- Parameters:
description- The description of the attribute group that the user provides.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
attributes
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
CreateAttributeGroupRequest.Builder tags(Map<String,String> tags)
Key-value pairs you can use to associate with the attribute group.
- Parameters:
tags- Key-value pairs you can use to associate with the attribute group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
clientToken
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
CreateAttributeGroupRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
CreateAttributeGroupRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-