Interface IntegrationSummary.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<IntegrationSummary.Builder,,IntegrationSummary> SdkBuilder<IntegrationSummary.Builder,,IntegrationSummary> SdkPojo
- Enclosing class:
IntegrationSummary
@Mutable
@NotThreadSafe
public static interface IntegrationSummary.Builder
extends SdkPojo, CopyableBuilder<IntegrationSummary.Builder,IntegrationSummary>
-
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of the S3 Table integration.The current status of the S3 Table integration.status(IntegrationStatus status) The current status of the S3 Table integration.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
arn
The Amazon Resource Name (ARN) of the S3 Table integration.
- Parameters:
arn- The Amazon Resource Name (ARN) of the S3 Table integration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The current status of the S3 Table integration.
- Parameters:
status- The current status of the S3 Table integration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The current status of the S3 Table integration.
- Parameters:
status- The current status of the S3 Table integration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-