Interface GetGlueIdentityCenterConfigurationResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<GetGlueIdentityCenterConfigurationResponse.Builder,
,GetGlueIdentityCenterConfigurationResponse> GlueResponse.Builder
,SdkBuilder<GetGlueIdentityCenterConfigurationResponse.Builder,
,GetGlueIdentityCenterConfigurationResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
GetGlueIdentityCenterConfigurationResponse
@Mutable
@NotThreadSafe
public static interface GetGlueIdentityCenterConfigurationResponse.Builder
extends GlueResponse.Builder, SdkPojo, CopyableBuilder<GetGlueIdentityCenterConfigurationResponse.Builder,GetGlueIdentityCenterConfigurationResponse>
-
Method Summary
Modifier and TypeMethodDescriptionapplicationArn
(String applicationArn) The Amazon Resource Name (ARN) of the Identity Center application associated with the Glue configuration.instanceArn
(String instanceArn) The Amazon Resource Name (ARN) of the Identity Center instance associated with the Glue 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.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.glue.model.GlueResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
applicationArn
The Amazon Resource Name (ARN) of the Identity Center application associated with the Glue configuration.
- Parameters:
applicationArn
- The Amazon Resource Name (ARN) of the Identity Center application associated with the Glue configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
instanceArn
The Amazon Resource Name (ARN) of the Identity Center instance associated with the Glue configuration.
- Parameters:
instanceArn
- The Amazon Resource Name (ARN) of the Identity Center instance 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.
-