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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreateGlueIdentityCenterConfigurationRequest.BuilderinstanceArn(String instanceArn)The Amazon Resource Name (ARN) of the Identity Center instance to be associated with the Glue configuration.CreateGlueIdentityCenterConfigurationRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateGlueIdentityCenterConfigurationRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)CreateGlueIdentityCenterConfigurationRequest.Builderscopes(String... scopes)A list of Identity Center scopes that define the permissions and access levels for the Glue configuration.CreateGlueIdentityCenterConfigurationRequest.Builderscopes(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 Detail
-
instanceArn
CreateGlueIdentityCenterConfigurationRequest.Builder instanceArn(String 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
CreateGlueIdentityCenterConfigurationRequest.Builder scopes(Collection<String> 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
CreateGlueIdentityCenterConfigurationRequest.Builder scopes(String... 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)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
CreateGlueIdentityCenterConfigurationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-