Interface GetTableMaintenanceJobStatusRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<GetTableMaintenanceJobStatusRequest.Builder,GetTableMaintenanceJobStatusRequest>,S3TablesRequest.Builder,SdkBuilder<GetTableMaintenanceJobStatusRequest.Builder,GetTableMaintenanceJobStatusRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- GetTableMaintenanceJobStatusRequest
public static interface GetTableMaintenanceJobStatusRequest.Builder extends S3TablesRequest.Builder, SdkPojo, CopyableBuilder<GetTableMaintenanceJobStatusRequest.Builder,GetTableMaintenanceJobStatusRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetTableMaintenanceJobStatusRequest.Buildername(String name)The name of the maintenance job.GetTableMaintenanceJobStatusRequest.Buildernamespace(String namespace)The name of the namespace the table is associated with.GetTableMaintenanceJobStatusRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetTableMaintenanceJobStatusRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetTableMaintenanceJobStatusRequest.BuildertableBucketARN(String tableBucketARN)The Amazon Resource Name (ARN) of the table bucket.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.s3tables.model.S3TablesRequest.Builder
build
-
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 Detail
-
tableBucketARN
GetTableMaintenanceJobStatusRequest.Builder tableBucketARN(String tableBucketARN)
The Amazon Resource Name (ARN) of the table bucket.
- Parameters:
tableBucketARN- The Amazon Resource Name (ARN) of the table bucket.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
namespace
GetTableMaintenanceJobStatusRequest.Builder namespace(String namespace)
The name of the namespace the table is associated with.
</p>- Parameters:
namespace- The name of the namespace the table is associated with.</p>@return Returns a reference to this object so that method calls can be chained together.
-
name
GetTableMaintenanceJobStatusRequest.Builder name(String name)
The name of the maintenance job.
- Parameters:
name- The name of the maintenance job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
GetTableMaintenanceJobStatusRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
GetTableMaintenanceJobStatusRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-