Interface PopulateIdMappingTableResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CleanRoomsResponse.Builder
,CopyableBuilder<PopulateIdMappingTableResponse.Builder,
,PopulateIdMappingTableResponse> SdkBuilder<PopulateIdMappingTableResponse.Builder,
,PopulateIdMappingTableResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
PopulateIdMappingTableResponse
@Mutable
@NotThreadSafe
public static interface PopulateIdMappingTableResponse.Builder
extends CleanRoomsResponse.Builder, SdkPojo, CopyableBuilder<PopulateIdMappingTableResponse.Builder,PopulateIdMappingTableResponse>
-
Method Summary
Modifier and TypeMethodDescriptionidMappingJobId
(String idMappingJobId) The unique identifier of the mapping job that will populate the ID mapping table.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, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
idMappingJobId
The unique identifier of the mapping job that will populate the ID mapping table.
- Parameters:
idMappingJobId
- The unique identifier of the mapping job that will populate the ID mapping table.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-