public static interface GetConfiguredTableAssociationResponse.Builder extends CleanRoomsResponse.Builder, SdkPojo, CopyableBuilder<GetConfiguredTableAssociationResponse.Builder,GetConfiguredTableAssociationResponse>
| Modifier and Type | Method and Description |
|---|---|
GetConfiguredTableAssociationResponse.Builder |
configuredTableAssociation(ConfiguredTableAssociation configuredTableAssociation)
The entire configured table association object.
|
default GetConfiguredTableAssociationResponse.Builder |
configuredTableAssociation(Consumer<ConfiguredTableAssociation.Builder> configuredTableAssociation)
The entire configured table association object.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetConfiguredTableAssociationResponse.Builder configuredTableAssociation(ConfiguredTableAssociation configuredTableAssociation)
The entire configured table association object.
configuredTableAssociation - The entire configured table association object.default GetConfiguredTableAssociationResponse.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.