Interface CreateGroupRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<CreateGroupRequest.Builder,CreateGroupRequest>,SdkBuilder<CreateGroupRequest.Builder,CreateGroupRequest>,SdkPojo,SdkRequest.Builder,SyntheticsRequest.Builder
- Enclosing class:
- CreateGroupRequest
public static interface CreateGroupRequest.Builder extends SyntheticsRequest.Builder, SdkPojo, CopyableBuilder<CreateGroupRequest.Builder,CreateGroupRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreateGroupRequest.Buildername(String name)The name for the group.CreateGroupRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateGroupRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)CreateGroupRequest.Buildertags(Map<String,String> tags)A list of key-value pairs to associate with the 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.synthetics.model.SyntheticsRequest.Builder
build
-
-
-
-
Method Detail
-
name
CreateGroupRequest.Builder name(String name)
The name for the group. It can include any Unicode characters.
The names for all groups in your account, across all Regions, must be unique.
- Parameters:
name- The name for the group. It can include any Unicode characters.The names for all groups in your account, across all Regions, must be unique.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
CreateGroupRequest.Builder tags(Map<String,String> tags)
A list of key-value pairs to associate with the group. You can associate as many as 50 tags with a group.
Tags can help you organize and categorize your resources. You can also use them to scope user permissions, by granting a user permission to access or change only the resources that have certain tag values.
- Parameters:
tags- A list of key-value pairs to associate with the group. You can associate as many as 50 tags with a group.Tags can help you organize and categorize your resources. You can also use them to scope user permissions, by granting a user permission to access or change only the resources that have certain tag values.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
CreateGroupRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
CreateGroupRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-