Uses of Interface
software.amazon.awssdk.services.glue.model.CreateGlueIdentityCenterConfigurationRequest.Builder
-
Packages that use CreateGlueIdentityCenterConfigurationRequest.Builder Package Description software.amazon.awssdk.services.glue Glue software.amazon.awssdk.services.glue.model -
-
Uses of CreateGlueIdentityCenterConfigurationRequest.Builder in software.amazon.awssdk.services.glue
Method parameters in software.amazon.awssdk.services.glue with type arguments of type CreateGlueIdentityCenterConfigurationRequest.Builder Modifier and Type Method Description default CompletableFuture<CreateGlueIdentityCenterConfigurationResponse>GlueAsyncClient. createGlueIdentityCenterConfiguration(Consumer<CreateGlueIdentityCenterConfigurationRequest.Builder> createGlueIdentityCenterConfigurationRequest)Creates a new Glue Identity Center configuration to enable integration between Glue and Amazon Web Services IAM Identity Center for authentication and authorization.default CreateGlueIdentityCenterConfigurationResponseGlueClient. createGlueIdentityCenterConfiguration(Consumer<CreateGlueIdentityCenterConfigurationRequest.Builder> createGlueIdentityCenterConfigurationRequest)Creates a new Glue Identity Center configuration to enable integration between Glue and Amazon Web Services IAM Identity Center for authentication and authorization. -
Uses of CreateGlueIdentityCenterConfigurationRequest.Builder in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return CreateGlueIdentityCenterConfigurationRequest.Builder Modifier and Type Method Description static CreateGlueIdentityCenterConfigurationRequest.BuilderCreateGlueIdentityCenterConfigurationRequest. builder()CreateGlueIdentityCenterConfigurationRequest.BuilderCreateGlueIdentityCenterConfigurationRequest.Builder. instanceArn(String instanceArn)The Amazon Resource Name (ARN) of the Identity Center instance to be associated with the Glue configuration.CreateGlueIdentityCenterConfigurationRequest.BuilderCreateGlueIdentityCenterConfigurationRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateGlueIdentityCenterConfigurationRequest.BuilderCreateGlueIdentityCenterConfigurationRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)CreateGlueIdentityCenterConfigurationRequest.BuilderCreateGlueIdentityCenterConfigurationRequest.Builder. scopes(String... scopes)A list of Identity Center scopes that define the permissions and access levels for the Glue configuration.CreateGlueIdentityCenterConfigurationRequest.BuilderCreateGlueIdentityCenterConfigurationRequest.Builder. scopes(Collection<String> scopes)A list of Identity Center scopes that define the permissions and access levels for the Glue configuration.CreateGlueIdentityCenterConfigurationRequest.BuilderCreateGlueIdentityCenterConfigurationRequest. toBuilder()Methods in software.amazon.awssdk.services.glue.model that return types with arguments of type CreateGlueIdentityCenterConfigurationRequest.Builder Modifier and Type Method Description static Class<? extends CreateGlueIdentityCenterConfigurationRequest.Builder>CreateGlueIdentityCenterConfigurationRequest. serializableBuilderClass()
-