Interface GetSupportedResourceTypesResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,BackupResponse.Builder,Buildable,CopyableBuilder<GetSupportedResourceTypesResponse.Builder,GetSupportedResourceTypesResponse>,SdkBuilder<GetSupportedResourceTypesResponse.Builder,GetSupportedResourceTypesResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- GetSupportedResourceTypesResponse
public static interface GetSupportedResourceTypesResponse.Builder extends BackupResponse.Builder, SdkPojo, CopyableBuilder<GetSupportedResourceTypesResponse.Builder,GetSupportedResourceTypesResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetSupportedResourceTypesResponse.BuilderresourceTypes(String... resourceTypes)Contains a string with the supported Amazon Web Services resource types:GetSupportedResourceTypesResponse.BuilderresourceTypes(Collection<String> resourceTypes)Contains a string with the supported Amazon Web Services resource types:-
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
-
resourceTypes
GetSupportedResourceTypesResponse.Builder resourceTypes(Collection<String> resourceTypes)
Contains a string with the supported Amazon Web Services resource types:
-
Aurorafor Amazon Aurora -
DynamoDBfor Amazon DynamoDB -
EBSfor Amazon Elastic Block Store -
EC2for Amazon Elastic Compute Cloud -
EFSfor Amazon Elastic File System -
FSXfor Amazon FSx -
RDSfor Amazon Relational Database Service -
Storage Gatewayfor Storage Gateway -
DocDBfor Amazon DocumentDB (with MongoDB compatibility) -
Neptunefor Amazon Neptune
- Parameters:
resourceTypes- Contains a string with the supported Amazon Web Services resource types:-
Aurorafor Amazon Aurora -
DynamoDBfor Amazon DynamoDB -
EBSfor Amazon Elastic Block Store -
EC2for Amazon Elastic Compute Cloud -
EFSfor Amazon Elastic File System -
FSXfor Amazon FSx -
RDSfor Amazon Relational Database Service -
Storage Gatewayfor Storage Gateway -
DocDBfor Amazon DocumentDB (with MongoDB compatibility) -
Neptunefor Amazon Neptune
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
resourceTypes
GetSupportedResourceTypesResponse.Builder resourceTypes(String... resourceTypes)
Contains a string with the supported Amazon Web Services resource types:
-
Aurorafor Amazon Aurora -
DynamoDBfor Amazon DynamoDB -
EBSfor Amazon Elastic Block Store -
EC2for Amazon Elastic Compute Cloud -
EFSfor Amazon Elastic File System -
FSXfor Amazon FSx -
RDSfor Amazon Relational Database Service -
Storage Gatewayfor Storage Gateway -
DocDBfor Amazon DocumentDB (with MongoDB compatibility) -
Neptunefor Amazon Neptune
- Parameters:
resourceTypes- Contains a string with the supported Amazon Web Services resource types:-
Aurorafor Amazon Aurora -
DynamoDBfor Amazon DynamoDB -
EBSfor Amazon Elastic Block Store -
EC2for Amazon Elastic Compute Cloud -
EFSfor Amazon Elastic File System -
FSXfor Amazon FSx -
RDSfor Amazon Relational Database Service -
Storage Gatewayfor Storage Gateway -
DocDBfor Amazon DocumentDB (with MongoDB compatibility) -
Neptunefor Amazon Neptune
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
-