Interface IndexAction.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<IndexAction.Builder,
,IndexAction> SdkBuilder<IndexAction.Builder,
,IndexAction> SdkPojo
- Enclosing class:
IndexAction
@Mutable
@NotThreadSafe
public static interface IndexAction.Builder
extends SdkPojo, CopyableBuilder<IndexAction.Builder,IndexAction>
-
Method Summary
Modifier and TypeMethodDescriptionresourceTypes
(String... resourceTypes) 0 or 1 index action will be accepted for each BackupRule.resourceTypes
(Collection<String> resourceTypes) 0 or 1 index action will be accepted for each BackupRule.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
-
Method Details
-
resourceTypes
0 or 1 index action will be accepted for each BackupRule.
Valid values:
-
EBS
for Amazon Elastic Block Store -
S3
for Amazon Simple Storage Service (Amazon S3)
- Parameters:
resourceTypes
- 0 or 1 index action will be accepted for each BackupRule.Valid values:
-
EBS
for Amazon Elastic Block Store -
S3
for Amazon Simple Storage Service (Amazon S3)
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
resourceTypes
0 or 1 index action will be accepted for each BackupRule.
Valid values:
-
EBS
for Amazon Elastic Block Store -
S3
for Amazon Simple Storage Service (Amazon S3)
- Parameters:
resourceTypes
- 0 or 1 index action will be accepted for each BackupRule.Valid values:
-
EBS
for Amazon Elastic Block Store -
S3
for Amazon Simple Storage Service (Amazon S3)
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-