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.userBackgroundSessionsEnabled(Boolean userBackgroundSessionsEnabled) Specifies whether users can run background sessions when using Identity Center authentication with Glue services.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.glue.model.GlueRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods 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.
-
userBackgroundSessionsEnabled
CreateGlueIdentityCenterConfigurationRequest.Builder userBackgroundSessionsEnabled(Boolean userBackgroundSessionsEnabled) Specifies whether users can run background sessions when using Identity Center authentication with Glue services.
- Parameters:
userBackgroundSessionsEnabled- Specifies whether users can run background sessions when using Identity Center authentication with Glue services.- 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.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin 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.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-