Interface GetRestoreJobMetadataResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,BackupResponse.Builder,Buildable,CopyableBuilder<GetRestoreJobMetadataResponse.Builder,GetRestoreJobMetadataResponse>,SdkBuilder<GetRestoreJobMetadataResponse.Builder,GetRestoreJobMetadataResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- GetRestoreJobMetadataResponse
public static interface GetRestoreJobMetadataResponse.Builder extends BackupResponse.Builder, SdkPojo, CopyableBuilder<GetRestoreJobMetadataResponse.Builder,GetRestoreJobMetadataResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetRestoreJobMetadataResponse.Buildermetadata(Map<String,String> metadata)This contains the metadata of the specified backup job.GetRestoreJobMetadataResponse.BuilderrestoreJobId(String restoreJobId)This is a unique identifier of a restore job within Backup.-
Methods inherited from interface software.amazon.awssdk.services.backup.model.BackupResponse.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, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
restoreJobId
GetRestoreJobMetadataResponse.Builder restoreJobId(String restoreJobId)
This is a unique identifier of a restore job within Backup.
- Parameters:
restoreJobId- This is a unique identifier of a restore job within Backup.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
metadata
GetRestoreJobMetadataResponse.Builder metadata(Map<String,String> metadata)
This contains the metadata of the specified backup job.
- Parameters:
metadata- This contains the metadata of the specified backup job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-