Interface CreateUserResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<CreateUserResponse.Builder,
,CreateUserResponse> DirectoryServiceDataResponse.Builder
,SdkBuilder<CreateUserResponse.Builder,
,CreateUserResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
CreateUserResponse
@Mutable
@NotThreadSafe
public static interface CreateUserResponse.Builder
extends DirectoryServiceDataResponse.Builder, SdkPojo, CopyableBuilder<CreateUserResponse.Builder,CreateUserResponse>
-
Method Summary
Modifier and TypeMethodDescriptiondirectoryId
(String directoryId) The identifier (ID) of the directory where the address block is added.samAccountName
(String samAccountName) The name of the user.The unique security identifier (SID) of the user.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 where the address block is added.
- Parameters:
directoryId
- The identifier (ID) of the directory where the address block is added.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
samAccountName
The name of the user.
- Parameters:
samAccountName
- The name of the user.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sid
The unique security identifier (SID) of the user.
- Parameters:
sid
- The unique security identifier (SID) of the user.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-