Interface StartAnalysisLogExportResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CleanRoomsResponse.Builder,CopyableBuilder<StartAnalysisLogExportResponse.Builder,,StartAnalysisLogExportResponse> SdkBuilder<StartAnalysisLogExportResponse.Builder,,StartAnalysisLogExportResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
StartAnalysisLogExportResponse
@Mutable
@NotThreadSafe
public static interface StartAnalysisLogExportResponse.Builder
extends CleanRoomsResponse.Builder, SdkPojo, CopyableBuilder<StartAnalysisLogExportResponse.Builder,StartAnalysisLogExportResponse>
-
Method Summary
Modifier and TypeMethodDescriptionanalysisLogExport(Consumer<AnalysisLogExport.Builder> analysisLogExport) The analysis log export that was started.analysisLogExport(AnalysisLogExport analysisLogExport) The analysis log export that was started.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
-
analysisLogExport
The analysis log export that was started. The
statusisIN_PROGRESS.- Parameters:
analysisLogExport- The analysis log export that was started. ThestatusisIN_PROGRESS.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
analysisLogExport
default StartAnalysisLogExportResponse.Builder analysisLogExport(Consumer<AnalysisLogExport.Builder> analysisLogExport) The analysis log export that was started. The
This is a convenience method that creates an instance of thestatusisIN_PROGRESS.AnalysisLogExport.Builderavoiding the need to create one manually viaAnalysisLogExport.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toanalysisLogExport(AnalysisLogExport).- Parameters:
analysisLogExport- a consumer that will call methods onAnalysisLogExport.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-