Interface PopulateIntermediateTableResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CleanRoomsResponse.Builder,CopyableBuilder<PopulateIntermediateTableResponse.Builder,,PopulateIntermediateTableResponse> SdkBuilder<PopulateIntermediateTableResponse.Builder,,PopulateIntermediateTableResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
PopulateIntermediateTableResponse
@Mutable
@NotThreadSafe
public static interface PopulateIntermediateTableResponse.Builder
extends CleanRoomsResponse.Builder, SdkPojo, CopyableBuilder<PopulateIntermediateTableResponse.Builder,PopulateIntermediateTableResponse>
-
Method Summary
Modifier and TypeMethodDescriptionanalysisId(String analysisId) The identifier for the protected query execution.analysisType(String analysisType) The type of analysis performed to populate the intermediate table.analysisType(PopulateIntermediateTableAnalysisType analysisType) The type of analysis performed to populate the intermediate table.The unique identifier of the version created by this population operation.Methods inherited from interface software.amazon.awssdk.services.cleanrooms.model.CleanRoomsResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
analysisId
The identifier for the protected query execution. Use this value with
GetProtectedQueryto track the population progress.- Parameters:
analysisId- The identifier for the protected query execution. Use this value withGetProtectedQueryto track the population progress.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
analysisType
The type of analysis performed to populate the intermediate table.
- Parameters:
analysisType- The type of analysis performed to populate the intermediate table.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
analysisType
PopulateIntermediateTableResponse.Builder analysisType(PopulateIntermediateTableAnalysisType analysisType) The type of analysis performed to populate the intermediate table.
- Parameters:
analysisType- The type of analysis performed to populate the intermediate table.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
versionId
The unique identifier of the version created by this population operation.
- Parameters:
versionId- The unique identifier of the version created by this population operation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-