Interface PopulateIdMappingTableResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CleanRoomsResponse.Builder,CopyableBuilder<PopulateIdMappingTableResponse.Builder,PopulateIdMappingTableResponse>,SdkBuilder<PopulateIdMappingTableResponse.Builder,PopulateIdMappingTableResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- PopulateIdMappingTableResponse
public static interface PopulateIdMappingTableResponse.Builder extends CleanRoomsResponse.Builder, SdkPojo, CopyableBuilder<PopulateIdMappingTableResponse.Builder,PopulateIdMappingTableResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PopulateIdMappingTableResponse.BuilderidMappingJobId(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 Detail
-
idMappingJobId
PopulateIdMappingTableResponse.Builder idMappingJobId(String 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.
-
-