Interface LoggingPublishStatus.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<LoggingPublishStatus.Builder,,LoggingPublishStatus> SdkBuilder<LoggingPublishStatus.Builder,,LoggingPublishStatus> SdkPojo
- Enclosing class:
LoggingPublishStatus
@Mutable
@NotThreadSafe
public static interface LoggingPublishStatus.Builder
extends SdkPojo, CopyableBuilder<LoggingPublishStatus.Builder,LoggingPublishStatus>
-
Method Summary
Modifier and TypeMethodDescriptiondefault LoggingPublishStatus.Builders3Tables(Consumer<S3TablePublishStatus.Builder> s3Tables) The status of system table publishing to S3 Tables.s3Tables(S3TablePublishStatus s3Tables) The status of system table publishing to S3 Tables.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
-
s3Tables
The status of system table publishing to S3 Tables.
- Parameters:
s3Tables- The status of system table publishing to S3 Tables.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
s3Tables
The status of system table publishing to S3 Tables.
This is a convenience method that creates an instance of theS3TablePublishStatus.Builderavoiding the need to create one manually viaS3TablePublishStatus.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tos3Tables(S3TablePublishStatus).- Parameters:
s3Tables- a consumer that will call methods onS3TablePublishStatus.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-