Interface GetExportResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,BcmDataExportsResponse.Builder
,Buildable
,CopyableBuilder<GetExportResponse.Builder,
,GetExportResponse> SdkBuilder<GetExportResponse.Builder,
,GetExportResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
GetExportResponse
@Mutable
@NotThreadSafe
public static interface GetExportResponse.Builder
extends BcmDataExportsResponse.Builder, SdkPojo, CopyableBuilder<GetExportResponse.Builder,GetExportResponse>
-
Method Summary
Modifier and TypeMethodDescriptiondefault GetExportResponse.Builder
export
(Consumer<Export.Builder> export) The data for this specific export.The data for this specific export.default GetExportResponse.Builder
exportStatus
(Consumer<ExportStatus.Builder> exportStatus) The status of this specific export.exportStatus
(ExportStatus exportStatus) The status of this specific export.Methods inherited from interface software.amazon.awssdk.services.bcmdataexports.model.BcmDataExportsResponse.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
-
export
The data for this specific export.
- Parameters:
export
- The data for this specific export.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
export
The data for this specific export.
This is a convenience method that creates an instance of theExport.Builder
avoiding the need to create one manually viaExport.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toexport(Export)
.- Parameters:
export
- a consumer that will call methods onExport.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
exportStatus
The status of this specific export.
- Parameters:
exportStatus
- The status of this specific export.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
exportStatus
The status of this specific export.
This is a convenience method that creates an instance of theExportStatus.Builder
avoiding the need to create one manually viaExportStatus.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toexportStatus(ExportStatus)
.- Parameters:
exportStatus
- a consumer that will call methods onExportStatus.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-