Interface StartDomainExportResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<StartDomainExportResponse.Builder,,StartDomainExportResponse> SdkBuilder<StartDomainExportResponse.Builder,,StartDomainExportResponse> SdkPojo,SdkResponse.Builder,SimpleDbV2Response.Builder
- Enclosing class:
StartDomainExportResponse
@Mutable
@NotThreadSafe
public static interface StartDomainExportResponse.Builder
extends SimpleDbV2Response.Builder, SdkPojo, CopyableBuilder<StartDomainExportResponse.Builder,StartDomainExportResponse>
-
Method Summary
Modifier and TypeMethodDescriptionclientToken(String clientToken) The client token that was provided in the request.Unique ARN identifier of the export.requestedAt(Instant requestedAt) Timestamp when the export request was received by the service.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponseMethods inherited from interface software.amazon.awssdk.services.simpledbv2.model.SimpleDbV2Response.Builder
build, responseMetadata, responseMetadata
-
Method Details
-
clientToken
The client token that was provided in the request.
- Parameters:
clientToken- The client token that was provided in the request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
exportArn
Unique ARN identifier of the export.
- Parameters:
exportArn- Unique ARN identifier of the export.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
requestedAt
Timestamp when the export request was received by the service.
- Parameters:
requestedAt- Timestamp when the export request was received by the service.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-