static CreateGroupRequest.Builder |
CreateGroupRequest.builder() |
|
CreateGroupRequest.Builder |
CreateGroupRequest.Builder.clientToken(String clientToken) |
A unique and case-sensitive identifier that you provide to make sure the idempotency of the request, so
multiple identical calls have the same effect as one single call.
|
CreateGroupRequest.Builder |
CreateGroupRequest.Builder.directoryId(String directoryId) |
The identifier (ID) of the directory that's associated with the group.
|
CreateGroupRequest.Builder |
CreateGroupRequest.Builder.groupScope(String groupScope) |
The scope of the AD group.
|
CreateGroupRequest.Builder |
CreateGroupRequest.Builder.groupScope(GroupScope groupScope) |
The scope of the AD group.
|
CreateGroupRequest.Builder |
CreateGroupRequest.Builder.groupType(String groupType) |
The AD group type.
|
CreateGroupRequest.Builder |
CreateGroupRequest.Builder.groupType(GroupType groupType) |
The AD group type.
|
CreateGroupRequest.Builder |
CreateGroupRequest.Builder.otherAttributes(Map<String,AttributeValue> otherAttributes) |
An expression that defines one or more attributes with the data type and value of each attribute.
|
CreateGroupRequest.Builder |
CreateGroupRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
CreateGroupRequest.Builder |
CreateGroupRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
CreateGroupRequest.Builder |
CreateGroupRequest.Builder.samAccountName(String samAccountName) |
The name of the group.
|
CreateGroupRequest.Builder |
CreateGroupRequest.toBuilder() |
|