Interface UpdateConfiguredTableAssociationResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CleanRoomsResponse.Builder,CopyableBuilder<UpdateConfiguredTableAssociationResponse.Builder,UpdateConfiguredTableAssociationResponse>,SdkBuilder<UpdateConfiguredTableAssociationResponse.Builder,UpdateConfiguredTableAssociationResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- UpdateConfiguredTableAssociationResponse
public static interface UpdateConfiguredTableAssociationResponse.Builder extends CleanRoomsResponse.Builder, SdkPojo, CopyableBuilder<UpdateConfiguredTableAssociationResponse.Builder,UpdateConfiguredTableAssociationResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default UpdateConfiguredTableAssociationResponse.BuilderconfiguredTableAssociation(Consumer<ConfiguredTableAssociation.Builder> configuredTableAssociation)The entire updated configured table association.UpdateConfiguredTableAssociationResponse.BuilderconfiguredTableAssociation(ConfiguredTableAssociation configuredTableAssociation)The entire updated configured table association.-
Methods inherited from interface software.amazon.awssdk.services.cleanrooms.model.CleanRoomsResponse.Builder
build, responseMetadata, responseMetadata
-
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
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
configuredTableAssociation
UpdateConfiguredTableAssociationResponse.Builder configuredTableAssociation(ConfiguredTableAssociation configuredTableAssociation)
The entire updated configured table association.
- Parameters:
configuredTableAssociation- The entire updated configured table association.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
configuredTableAssociation
default UpdateConfiguredTableAssociationResponse.Builder configuredTableAssociation(Consumer<ConfiguredTableAssociation.Builder> configuredTableAssociation)
The entire updated configured table association.
This is a convenience method that creates an instance of theConfiguredTableAssociation.Builderavoiding the need to create one manually viaConfiguredTableAssociation.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toconfiguredTableAssociation(ConfiguredTableAssociation).- Parameters:
configuredTableAssociation- a consumer that will call methods onConfiguredTableAssociation.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
configuredTableAssociation(ConfiguredTableAssociation)
-
-