Interface GetRestoreTestingInferredMetadataResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,BackupResponse.Builder,Buildable,CopyableBuilder<GetRestoreTestingInferredMetadataResponse.Builder,GetRestoreTestingInferredMetadataResponse>,SdkBuilder<GetRestoreTestingInferredMetadataResponse.Builder,GetRestoreTestingInferredMetadataResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- GetRestoreTestingInferredMetadataResponse
public static interface GetRestoreTestingInferredMetadataResponse.Builder extends BackupResponse.Builder, SdkPojo, CopyableBuilder<GetRestoreTestingInferredMetadataResponse.Builder,GetRestoreTestingInferredMetadataResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetRestoreTestingInferredMetadataResponse.BuilderinferredMetadata(Map<String,String> inferredMetadata)This is a string map of the metadata inferred from the request.-
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
-
inferredMetadata
GetRestoreTestingInferredMetadataResponse.Builder inferredMetadata(Map<String,String> inferredMetadata)
This is a string map of the metadata inferred from the request.
- Parameters:
inferredMetadata- This is a string map of the metadata inferred from the request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-