Interface ExportReference.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ExportReference.Builder,
,ExportReference> SdkBuilder<ExportReference.Builder,
,ExportReference> SdkPojo
- Enclosing class:
ExportReference
@Mutable
@NotThreadSafe
public static interface ExportReference.Builder
extends SdkPojo, CopyableBuilder<ExportReference.Builder,ExportReference>
-
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) for this export.exportName
(String exportName) The name of this specific data export.default ExportReference.Builder
exportStatus
(Consumer<ExportStatus.Builder> exportStatus) The status of this specific data export.exportStatus
(ExportStatus exportStatus) The status of this specific data export.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
-
Method Details
-
exportArn
The Amazon Resource Name (ARN) for this export.
- Parameters:
exportArn
- The Amazon Resource Name (ARN) for this export.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
exportName
The name of this specific data export.
- Parameters:
exportName
- The name of this specific data export.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
exportStatus
The status of this specific data export.
- Parameters:
exportStatus
- The status of this specific data export.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
exportStatus
The status of this specific data 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:
-