Interface GetGroupIdRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<GetGroupIdRequest.Builder,GetGroupIdRequest>,IdentitystoreRequest.Builder,SdkBuilder<GetGroupIdRequest.Builder,GetGroupIdRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- GetGroupIdRequest
public static interface GetGroupIdRequest.Builder extends IdentitystoreRequest.Builder, SdkPojo, CopyableBuilder<GetGroupIdRequest.Builder,GetGroupIdRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default GetGroupIdRequest.BuilderalternateIdentifier(Consumer<AlternateIdentifier.Builder> alternateIdentifier)A unique identifier for a user or group that is not the primary identifier.GetGroupIdRequest.BuilderalternateIdentifier(AlternateIdentifier alternateIdentifier)A unique identifier for a user or group that is not the primary identifier.GetGroupIdRequest.BuilderidentityStoreId(String identityStoreId)The globally unique identifier for the identity store.GetGroupIdRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetGroupIdRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
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.identitystore.model.IdentitystoreRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
identityStoreId
GetGroupIdRequest.Builder identityStoreId(String identityStoreId)
The globally unique identifier for the identity store.
- Parameters:
identityStoreId- The globally unique identifier for the identity store.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
alternateIdentifier
GetGroupIdRequest.Builder alternateIdentifier(AlternateIdentifier alternateIdentifier)
A unique identifier for a user or group that is not the primary identifier. This value can be an identifier from an external identity provider (IdP) that is associated with the user, the group, or a unique attribute. For the unique attribute, the only valid path is
displayName.- Parameters:
alternateIdentifier- A unique identifier for a user or group that is not the primary identifier. This value can be an identifier from an external identity provider (IdP) that is associated with the user, the group, or a unique attribute. For the unique attribute, the only valid path isdisplayName.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
alternateIdentifier
default GetGroupIdRequest.Builder alternateIdentifier(Consumer<AlternateIdentifier.Builder> alternateIdentifier)
A unique identifier for a user or group that is not the primary identifier. This value can be an identifier from an external identity provider (IdP) that is associated with the user, the group, or a unique attribute. For the unique attribute, the only valid path is
This is a convenience method that creates an instance of thedisplayName.AlternateIdentifier.Builderavoiding the need to create one manually viaAlternateIdentifier.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toalternateIdentifier(AlternateIdentifier).- Parameters:
alternateIdentifier- a consumer that will call methods onAlternateIdentifier.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
alternateIdentifier(AlternateIdentifier)
-
overrideConfiguration
GetGroupIdRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
GetGroupIdRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-