Interface CreateGlueIdentityCenterConfigurationRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<CreateGlueIdentityCenterConfigurationRequest.Builder,
,CreateGlueIdentityCenterConfigurationRequest> GlueRequest.Builder
,SdkBuilder<CreateGlueIdentityCenterConfigurationRequest.Builder,
,CreateGlueIdentityCenterConfigurationRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
CreateGlueIdentityCenterConfigurationRequest
@Mutable
@NotThreadSafe
public static interface CreateGlueIdentityCenterConfigurationRequest.Builder
extends GlueRequest.Builder, SdkPojo, CopyableBuilder<CreateGlueIdentityCenterConfigurationRequest.Builder,CreateGlueIdentityCenterConfigurationRequest>
-
Method Summary
Modifier and TypeMethodDescriptioninstanceArn
(String instanceArn) The Amazon Resource Name (ARN) of the Identity Center instance to be associated with the Glue configuration.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.A list of Identity Center scopes that define the permissions and access levels for the Glue configuration.scopes
(Collection<String> scopes) A list of Identity Center scopes that define the permissions and access levels for the Glue configuration.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.glue.model.GlueRequest.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 Details
-
instanceArn
The Amazon Resource Name (ARN) of the Identity Center instance to be associated with the Glue configuration.
- Parameters:
instanceArn
- The Amazon Resource Name (ARN) of the Identity Center instance to be associated with the Glue configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
scopes
A list of Identity Center scopes that define the permissions and access levels for the Glue configuration.
- Parameters:
scopes
- A list of Identity Center scopes that define the permissions and access levels for the Glue configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
scopes
A list of Identity Center scopes that define the permissions and access levels for the Glue configuration.
- Parameters:
scopes
- A list of Identity Center scopes that define the permissions and access levels for the Glue configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
CreateGlueIdentityCenterConfigurationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
CreateGlueIdentityCenterConfigurationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-