Interface CreateConnectionResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<CreateConnectionResponse.Builder,
,CreateConnectionResponse> GlueResponse.Builder
,SdkBuilder<CreateConnectionResponse.Builder,
,CreateConnectionResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
CreateConnectionResponse
@Mutable
@NotThreadSafe
public static interface CreateConnectionResponse.Builder
extends GlueResponse.Builder, SdkPojo, CopyableBuilder<CreateConnectionResponse.Builder,CreateConnectionResponse>
-
Method Summary
Modifier and TypeMethodDescriptioncreateConnectionStatus
(String createConnectionStatus) The status of the connection creation request.createConnectionStatus
(ConnectionStatus createConnectionStatus) The status of the connection creation request.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
-
createConnectionStatus
The status of the connection creation request. The request can take some time for certain authentication types, for example when creating an OAuth connection with token exchange over VPC.
- Parameters:
createConnectionStatus
- The status of the connection creation request. The request can take some time for certain authentication types, for example when creating an OAuth connection with token exchange over VPC.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
createConnectionStatus
The status of the connection creation request. The request can take some time for certain authentication types, for example when creating an OAuth connection with token exchange over VPC.
- Parameters:
createConnectionStatus
- The status of the connection creation request. The request can take some time for certain authentication types, for example when creating an OAuth connection with token exchange over VPC.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-