Interface StartSearchResultExportJobResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,BackupSearchResponse.Builder,Buildable,CopyableBuilder<StartSearchResultExportJobResponse.Builder,StartSearchResultExportJobResponse>,SdkBuilder<StartSearchResultExportJobResponse.Builder,StartSearchResultExportJobResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- StartSearchResultExportJobResponse
public static interface StartSearchResultExportJobResponse.Builder extends BackupSearchResponse.Builder, SdkPojo, CopyableBuilder<StartSearchResultExportJobResponse.Builder,StartSearchResultExportJobResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StartSearchResultExportJobResponse.BuilderexportJobArn(String exportJobArn)This is the unique ARN (Amazon Resource Name) that belongs to the new export job.StartSearchResultExportJobResponse.BuilderexportJobIdentifier(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 Detail
-
exportJobArn
StartSearchResultExportJobResponse.Builder exportJobArn(String 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
StartSearchResultExportJobResponse.Builder exportJobIdentifier(String 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.
-
-