public static interface CreateConfiguredTableAssociationResponse.Builder extends CleanRoomsResponse.Builder, SdkPojo, CopyableBuilder<CreateConfiguredTableAssociationResponse.Builder,CreateConfiguredTableAssociationResponse>
| Modifier and Type | Method and Description |
|---|---|
CreateConfiguredTableAssociationResponse.Builder |
configuredTableAssociation(ConfiguredTableAssociation configuredTableAssociation)
The entire configured table association object.
|
default CreateConfiguredTableAssociationResponse.Builder |
configuredTableAssociation(Consumer<ConfiguredTableAssociation.Builder> configuredTableAssociation)
The entire configured table association object.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateConfiguredTableAssociationResponse.Builder configuredTableAssociation(ConfiguredTableAssociation configuredTableAssociation)
The entire configured table association object.
configuredTableAssociation - The entire configured table association object.default CreateConfiguredTableAssociationResponse.Builder configuredTableAssociation(Consumer<ConfiguredTableAssociation.Builder> configuredTableAssociation)
The entire configured table association object.
This is a convenience method that creates an instance of theConfiguredTableAssociation.Builder
avoiding the need to create one manually via ConfiguredTableAssociation.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to configuredTableAssociation(ConfiguredTableAssociation).
configuredTableAssociation - a consumer that will call methods on ConfiguredTableAssociation.BuilderconfiguredTableAssociation(ConfiguredTableAssociation)Copyright © 2023. All rights reserved.