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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdateGlueIdentityCenterConfigurationRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateGlueIdentityCenterConfigurationRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateGlueIdentityCenterConfigurationRequest.Builderscopes(String... scopes)A list of Identity Center scopes that define the updated permissions and access levels for the Glue configuration.UpdateGlueIdentityCenterConfigurationRequest.Builderscopes(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 Detail
-
scopes
UpdateGlueIdentityCenterConfigurationRequest.Builder scopes(Collection<String> 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
UpdateGlueIdentityCenterConfigurationRequest.Builder scopes(String... 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)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateGlueIdentityCenterConfigurationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-