Interface GetAnalysisLogExportResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CleanRoomsResponse.Builder,CopyableBuilder<GetAnalysisLogExportResponse.Builder,,GetAnalysisLogExportResponse> SdkBuilder<GetAnalysisLogExportResponse.Builder,,GetAnalysisLogExportResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
GetAnalysisLogExportResponse
@Mutable
@NotThreadSafe
public static interface GetAnalysisLogExportResponse.Builder
extends CleanRoomsResponse.Builder, SdkPojo, CopyableBuilder<GetAnalysisLogExportResponse.Builder,GetAnalysisLogExportResponse>
-
Method Summary
Modifier and TypeMethodDescriptionanalysisLogExport(Consumer<AnalysisLogExport.Builder> analysisLogExport) The analysis log export processing metadata.analysisLogExport(AnalysisLogExport analysisLogExport) The analysis log export processing metadata.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 processing metadata.
- Parameters:
analysisLogExport- The analysis log export processing metadata.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
analysisLogExport
default GetAnalysisLogExportResponse.Builder analysisLogExport(Consumer<AnalysisLogExport.Builder> analysisLogExport) The analysis log export processing metadata.
This is a convenience method that creates an instance of theAnalysisLogExport.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:
-