Interface GluePropertiesOutput.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<GluePropertiesOutput.Builder,
,GluePropertiesOutput> SdkBuilder<GluePropertiesOutput.Builder,
,GluePropertiesOutput> SdkPojo
- Enclosing class:
GluePropertiesOutput
@Mutable
@NotThreadSafe
public static interface GluePropertiesOutput.Builder
extends SdkPojo, CopyableBuilder<GluePropertiesOutput.Builder,GluePropertiesOutput>
-
Method Summary
Modifier and TypeMethodDescriptionerrorMessage
(String errorMessage) The error message generated if the action is not completed successfully.The status of a connection.status
(ConnectionStatus status) The status of a connection.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
errorMessage
The error message generated if the action is not completed successfully.
- Parameters:
errorMessage
- The error message generated if the action is not completed successfully.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The status of a connection.
- Parameters:
status
- The status of a connection.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The status of a connection.
- Parameters:
status
- The status of a connection.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-