Interface DescribeGroupRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<DescribeGroupRequest.Builder,DescribeGroupRequest>,DirectoryServiceDataRequest.Builder,SdkBuilder<DescribeGroupRequest.Builder,DescribeGroupRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- DescribeGroupRequest
public static interface DescribeGroupRequest.Builder extends DirectoryServiceDataRequest.Builder, SdkPojo, CopyableBuilder<DescribeGroupRequest.Builder,DescribeGroupRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeGroupRequest.BuilderdirectoryId(String directoryId)The Identifier (ID) of the directory associated with the group.DescribeGroupRequest.BuilderotherAttributes(String... otherAttributes)One or more attributes to be returned for the group.DescribeGroupRequest.BuilderotherAttributes(Collection<String> otherAttributes)One or more attributes to be returned for the group.DescribeGroupRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DescribeGroupRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DescribeGroupRequest.Builderrealm(String realm)The domain name that's associated with the group.DescribeGroupRequest.BuildersamAccountName(String samAccountName)The name of the group.-
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
DescribeGroupRequest.Builder directoryId(String directoryId)
The Identifier (ID) of the directory associated with the group.
- Parameters:
directoryId- The Identifier (ID) of the directory associated with the group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
otherAttributes
DescribeGroupRequest.Builder otherAttributes(Collection<String> otherAttributes)
One or more attributes to be returned for the group. For a list of supported attributes, see Directory Service Data Attributes.
- Parameters:
otherAttributes- One or more attributes to be returned for the group. 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
DescribeGroupRequest.Builder otherAttributes(String... otherAttributes)
One or more attributes to be returned for the group. For a list of supported attributes, see Directory Service Data Attributes.
- Parameters:
otherAttributes- One or more attributes to be returned for the group. 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
DescribeGroupRequest.Builder realm(String realm)
The domain name that's associated with the group.
This parameter is optional, so you can return groups outside of your Managed Microsoft AD domain. When no value is defined, only your Managed Microsoft AD groups are returned.
This value is case insensitive.
- Parameters:
realm- The domain name that's associated with the group.This parameter is optional, so you can return groups outside of your Managed Microsoft AD domain. When no value is defined, only your Managed Microsoft AD groups are returned.
This value is case insensitive.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
samAccountName
DescribeGroupRequest.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.
-
overrideConfiguration
DescribeGroupRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DescribeGroupRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-