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 Summary
Modifier 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.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
-
exportJobArn
This 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.
-
exportJobIdentifier
This 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.
-