Interface UpdateConfiguredTableRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CleanRoomsRequest.Builder,CopyableBuilder<UpdateConfiguredTableRequest.Builder,UpdateConfiguredTableRequest>,SdkBuilder<UpdateConfiguredTableRequest.Builder,UpdateConfiguredTableRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- UpdateConfiguredTableRequest
public static interface UpdateConfiguredTableRequest.Builder extends CleanRoomsRequest.Builder, SdkPojo, CopyableBuilder<UpdateConfiguredTableRequest.Builder,UpdateConfiguredTableRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdateConfiguredTableRequest.BuilderconfiguredTableIdentifier(String configuredTableIdentifier)The identifier for the configured table to update.UpdateConfiguredTableRequest.Builderdescription(String description)A new description for the configured table.UpdateConfiguredTableRequest.Buildername(String name)A new name for the configured table.UpdateConfiguredTableRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateConfiguredTableRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.services.cleanrooms.model.CleanRoomsRequest.Builder
build
-
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, sdkFields
-
-
-
-
Method Detail
-
configuredTableIdentifier
UpdateConfiguredTableRequest.Builder configuredTableIdentifier(String configuredTableIdentifier)
The identifier for the configured table to update. Currently accepts the configured table ID.
- Parameters:
configuredTableIdentifier- The identifier for the configured table to update. Currently accepts the configured table ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
UpdateConfiguredTableRequest.Builder name(String name)
A new name for the configured table.
- Parameters:
name- A new name for the configured table.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
UpdateConfiguredTableRequest.Builder description(String description)
A new description for the configured table.
- Parameters:
description- A new description for the configured table.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
UpdateConfiguredTableRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateConfiguredTableRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-