Interface StartSearchJobResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,BackupSearchResponse.Builder,Buildable,CopyableBuilder<StartSearchJobResponse.Builder,StartSearchJobResponse>,SdkBuilder<StartSearchJobResponse.Builder,StartSearchJobResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- StartSearchJobResponse
public static interface StartSearchJobResponse.Builder extends BackupSearchResponse.Builder, SdkPojo, CopyableBuilder<StartSearchJobResponse.Builder,StartSearchJobResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StartSearchJobResponse.BuildercreationTime(Instant creationTime)The date and time that a job was created, in Unix format and Coordinated Universal Time (UTC).StartSearchJobResponse.BuildersearchJobArn(String searchJobArn)The unique string that identifies the Amazon Resource Name (ARN) of the specified search job.StartSearchJobResponse.BuildersearchJobIdentifier(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 Detail
-
searchJobArn
StartSearchJobResponse.Builder searchJobArn(String 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
StartSearchJobResponse.Builder creationTime(Instant creationTime)
The date and time that a job was created, in Unix format and Coordinated Universal Time (UTC). The value of
CompletionTimeis 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 ofCompletionTimeis 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
StartSearchJobResponse.Builder searchJobIdentifier(String 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.
-
-