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 SummaryModifier 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.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.glue.model.GlueResponse.Builderbuild, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.BuildersdkHttpResponse, sdkHttpResponse
- 
Method Details- 
createConnectionStatusThe 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:
 
- 
createConnectionStatusThe 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:
 
 
-