Interface DescribeUserRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<DescribeUserRequest.Builder,DescribeUserRequest>,DirectoryServiceDataRequest.Builder,SdkBuilder<DescribeUserRequest.Builder,DescribeUserRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- DescribeUserRequest
public static interface DescribeUserRequest.Builder extends DirectoryServiceDataRequest.Builder, SdkPojo, CopyableBuilder<DescribeUserRequest.Builder,DescribeUserRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeUserRequest.BuilderdirectoryId(String directoryId)The identifier (ID) of the directory that's associated with the user.DescribeUserRequest.BuilderotherAttributes(String... otherAttributes)One or more attribute names to be returned for the user.DescribeUserRequest.BuilderotherAttributes(Collection<String> otherAttributes)One or more attribute names to be returned for the user.DescribeUserRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DescribeUserRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DescribeUserRequest.Builderrealm(String realm)The domain name that's associated with the user.DescribeUserRequest.BuildersamAccountName(String samAccountName)The name of the user.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.directoryservicedata.model.DirectoryServiceDataRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
directoryId
DescribeUserRequest.Builder directoryId(String directoryId)
The identifier (ID) of the directory that's associated with the user.
- Parameters:
directoryId- The identifier (ID) of the directory that's associated with the user.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
otherAttributes
DescribeUserRequest.Builder otherAttributes(Collection<String> otherAttributes)
One or more attribute names to be returned for the user. A key is an attribute name, and the value is a list of maps. For a list of supported attributes, see Directory Service Data Attributes.
- Parameters:
otherAttributes- One or more attribute names to be returned for the user. A key is an attribute name, and the value is a list of maps. For a list of supported attributes, see Directory Service Data Attributes.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
otherAttributes
DescribeUserRequest.Builder otherAttributes(String... otherAttributes)
One or more attribute names to be returned for the user. A key is an attribute name, and the value is a list of maps. For a list of supported attributes, see Directory Service Data Attributes.
- Parameters:
otherAttributes- One or more attribute names to be returned for the user. A key is an attribute name, and the value is a list of maps. For a list of supported attributes, see Directory Service Data Attributes.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
realm
DescribeUserRequest.Builder realm(String realm)
The domain name that's associated with the user.
This parameter is optional, so you can return users outside your Managed Microsoft AD domain. When no value is defined, only your Managed Microsoft AD users are returned.
This value is case insensitive.
- Parameters:
realm- The domain name that's associated with the user.This parameter is optional, so you can return users outside your Managed Microsoft AD domain. When no value is defined, only your Managed Microsoft AD users are returned.
This value is case insensitive.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
samAccountName
DescribeUserRequest.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.
-
overrideConfiguration
DescribeUserRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DescribeUserRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-