Interface CreateGroupResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<CreateGroupResponse.Builder,CreateGroupResponse>,DirectoryServiceDataResponse.Builder,SdkBuilder<CreateGroupResponse.Builder,CreateGroupResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- CreateGroupResponse
public static interface CreateGroupResponse.Builder extends DirectoryServiceDataResponse.Builder, SdkPojo, CopyableBuilder<CreateGroupResponse.Builder,CreateGroupResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreateGroupResponse.BuilderdirectoryId(String directoryId)The identifier (ID) of the directory that's associated with the group.CreateGroupResponse.BuildersamAccountName(String samAccountName)The name of the group.CreateGroupResponse.Buildersid(String sid)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 Detail
-
directoryId
CreateGroupResponse.Builder directoryId(String 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
CreateGroupResponse.Builder samAccountName(String 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
CreateGroupResponse.Builder sid(String 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.
-
-