Interface StartSearchJobResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,BackupSearchResponse.Builder
,Buildable
,CopyableBuilder<StartSearchJobResponse.Builder,
,StartSearchJobResponse> SdkBuilder<StartSearchJobResponse.Builder,
,StartSearchJobResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
StartSearchJobResponse
@Mutable
@NotThreadSafe
public static interface StartSearchJobResponse.Builder
extends BackupSearchResponse.Builder, SdkPojo, CopyableBuilder<StartSearchJobResponse.Builder,StartSearchJobResponse>
-
Method Summary
Modifier and TypeMethodDescriptioncreationTime
(Instant creationTime) The date and time that a job was created, in Unix format and Coordinated Universal Time (UTC).searchJobArn
(String searchJobArn) The unique string that identifies the Amazon Resource Name (ARN) of the specified search job.searchJobIdentifier
(String searchJobIdentifier) The unique string that specifies the search 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
-
searchJobArn
The unique string that identifies the Amazon Resource Name (ARN) of the specified search job.
- Parameters:
searchJobArn
- The unique string that identifies the Amazon Resource Name (ARN) of the specified search job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
creationTime
The date and time that a job was created, in Unix format and Coordinated Universal Time (UTC). The value of
CompletionTime
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.- Parameters:
creationTime
- The date and time that a job was created, in Unix format and Coordinated Universal Time (UTC). The value ofCompletionTime
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
searchJobIdentifier
The unique string that specifies the search job.
- Parameters:
searchJobIdentifier
- The unique string that specifies the search job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-