Interface CreateGroupResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<CreateGroupResponse.Builder,
,CreateGroupResponse> DirectoryServiceDataResponse.Builder
,SdkBuilder<CreateGroupResponse.Builder,
,CreateGroupResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
CreateGroupResponse
@Mutable
@NotThreadSafe
public static interface CreateGroupResponse.Builder
extends DirectoryServiceDataResponse.Builder, SdkPojo, CopyableBuilder<CreateGroupResponse.Builder,CreateGroupResponse>
-
Method Summary
Modifier and TypeMethodDescriptiondirectoryId
(String directoryId) The identifier (ID) of the directory that's associated with the group.samAccountName
(String samAccountName) The name of the group.The unique security identifier (SID) of the group.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.directoryservicedata.model.DirectoryServiceDataResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
directoryId
The identifier (ID) of the directory that's associated with the group.
- Parameters:
directoryId
- The identifier (ID) of the directory that's associated with the group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
samAccountName
The name of the group.
- Parameters:
samAccountName
- The name of the group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sid
The unique security identifier (SID) of the group.
- Parameters:
sid
- The unique security identifier (SID) of the group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-