Interface CreateUserResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<CreateUserResponse.Builder,CreateUserResponse>,DirectoryServiceDataResponse.Builder,SdkBuilder<CreateUserResponse.Builder,CreateUserResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- CreateUserResponse
public static interface CreateUserResponse.Builder extends DirectoryServiceDataResponse.Builder, SdkPojo, CopyableBuilder<CreateUserResponse.Builder,CreateUserResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreateUserResponse.BuilderdirectoryId(String directoryId)The identifier (ID) of the directory where the address block is added.CreateUserResponse.BuildersamAccountName(String samAccountName)The name of the user.CreateUserResponse.Buildersid(String sid)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 Detail
-
directoryId
CreateUserResponse.Builder directoryId(String 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
CreateUserResponse.Builder samAccountName(String 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
CreateUserResponse.Builder sid(String 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.
-
-