Interface StartSearchResultExportJobResponse.Builder
- All Superinterfaces:
- AwsResponse.Builder,- BackupSearchResponse.Builder,- Buildable,- CopyableBuilder<StartSearchResultExportJobResponse.Builder,,- StartSearchResultExportJobResponse> - SdkBuilder<StartSearchResultExportJobResponse.Builder,,- StartSearchResultExportJobResponse> - SdkPojo,- SdkResponse.Builder
- Enclosing class:
- StartSearchResultExportJobResponse
@Mutable
@NotThreadSafe
public static interface StartSearchResultExportJobResponse.Builder
extends BackupSearchResponse.Builder, SdkPojo, CopyableBuilder<StartSearchResultExportJobResponse.Builder,StartSearchResultExportJobResponse> 
- 
Method SummaryModifier and TypeMethodDescriptionexportJobArn(String exportJobArn) This is the unique ARN (Amazon Resource Name) that belongs to the new export job.exportJobIdentifier(String exportJobIdentifier) This is the unique identifier that specifies the new export job.Methods inherited from interface software.amazon.awssdk.services.backupsearch.model.BackupSearchResponse.Builderbuild, responseMetadata, responseMetadataMethods 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, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.BuildersdkHttpResponse, sdkHttpResponse
- 
Method Details- 
exportJobArnThis is the unique ARN (Amazon Resource Name) that belongs to the new export job. - Parameters:
- exportJobArn- This is the unique ARN (Amazon Resource Name) that belongs to the new export job.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
exportJobIdentifierThis is the unique identifier that specifies the new export job. - Parameters:
- exportJobIdentifier- This is the unique identifier that specifies the new export job.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-