public static interface DescribeGroupRequest.Builder extends IdentitystoreRequest.Builder, SdkPojo, CopyableBuilder<DescribeGroupRequest.Builder,DescribeGroupRequest>
| Modifier and Type | Method and Description |
|---|---|
DescribeGroupRequest.Builder |
groupId(String groupId)
The identifier for a group in the identity store.
|
DescribeGroupRequest.Builder |
identityStoreId(String identityStoreId)
The globally unique identifier for the identity store, such as d-1234567890.
|
DescribeGroupRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DescribeGroupRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeGroupRequest.Builder identityStoreId(String identityStoreId)
The globally unique identifier for the identity store, such as d-1234567890. In this example, d- is a fixed prefix, and 1234567890 is a randomly generated string which contains number and lower case letters. This value is generated at the time that a new identity store is created.
identityStoreId - The globally unique identifier for the identity store, such as d-1234567890. In this example, d- is a
fixed prefix, and 1234567890 is a randomly generated string which contains number and lower case
letters. This value is generated at the time that a new identity store is created.DescribeGroupRequest.Builder groupId(String groupId)
The identifier for a group in the identity store.
groupId - The identifier for a group in the identity store.DescribeGroupRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDescribeGroupRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2020. All rights reserved.