public static interface CreateGroupRequest.Builder extends SyntheticsRequest.Builder, SdkPojo, CopyableBuilder<CreateGroupRequest.Builder,CreateGroupRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateGroupRequest.Builder |
name(String name)
The name for the group.
|
CreateGroupRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateGroupRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateGroupRequest.Builder |
tags(Map<String,String> tags)
A list of key-value pairs to associate with the group.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateGroupRequest.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.
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.
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.
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.
CreateGroupRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateGroupRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.