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 SummaryModifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) for this export.exportName(String exportName) The name of this specific data export.default ExportReference.BuilderexportStatus(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.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
exportArnThe 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.
 
- 
exportNameThe 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.
 
- 
exportStatusThe 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.
 
- 
exportStatusThe status of this specific data export. This is a convenience method that creates an instance of theExportStatus.Builderavoiding the need to create one manually viaExportStatus.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toexportStatus(ExportStatus).- Parameters:
- exportStatus- a consumer that will call methods on- ExportStatus.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-