Interface CreateGlueIdentityCenterConfigurationResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<CreateGlueIdentityCenterConfigurationResponse.Builder,CreateGlueIdentityCenterConfigurationResponse>,GlueResponse.Builder,SdkBuilder<CreateGlueIdentityCenterConfigurationResponse.Builder,CreateGlueIdentityCenterConfigurationResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- CreateGlueIdentityCenterConfigurationResponse
@Mutable @NotThreadSafe public static interface CreateGlueIdentityCenterConfigurationResponse.Builder extends GlueResponse.Builder, SdkPojo, CopyableBuilder<CreateGlueIdentityCenterConfigurationResponse.Builder,CreateGlueIdentityCenterConfigurationResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreateGlueIdentityCenterConfigurationResponse.BuilderapplicationArn(String applicationArn)The Amazon Resource Name (ARN) of the Identity Center application that was created 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 Detail
-
applicationArn
CreateGlueIdentityCenterConfigurationResponse.Builder applicationArn(String applicationArn)
The Amazon Resource Name (ARN) of the Identity Center application that was created for the Glue configuration.
- Parameters:
applicationArn- The Amazon Resource Name (ARN) of the Identity Center application that was created for the Glue configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-