Interface UpdateGlueIdentityCenterConfigurationRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<UpdateGlueIdentityCenterConfigurationRequest.Builder,
,UpdateGlueIdentityCenterConfigurationRequest> GlueRequest.Builder
,SdkBuilder<UpdateGlueIdentityCenterConfigurationRequest.Builder,
,UpdateGlueIdentityCenterConfigurationRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
UpdateGlueIdentityCenterConfigurationRequest
@Mutable
@NotThreadSafe
public static interface UpdateGlueIdentityCenterConfigurationRequest.Builder
extends GlueRequest.Builder, SdkPojo, CopyableBuilder<UpdateGlueIdentityCenterConfigurationRequest.Builder,UpdateGlueIdentityCenterConfigurationRequest>
-
Method Summary
Modifier and TypeMethodDescriptionoverrideConfiguration
(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 updated permissions and access levels for the Glue configuration.scopes
(Collection<String> scopes) A list of Identity Center scopes that define the updated 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
-
scopes
A list of Identity Center scopes that define the updated permissions and access levels for the Glue configuration.
- Parameters:
scopes
- A list of Identity Center scopes that define the updated 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 updated permissions and access levels for the Glue configuration.
- Parameters:
scopes
- A list of Identity Center scopes that define the updated permissions and access levels for the Glue configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
UpdateGlueIdentityCenterConfigurationRequest.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
UpdateGlueIdentityCenterConfigurationRequest.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.
-