Interface InclusionProtectionFilters.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<InclusionProtectionFilters.Builder,InclusionProtectionFilters>,SdkBuilder<InclusionProtectionFilters.Builder,InclusionProtectionFilters>,SdkPojo
- Enclosing class:
- InclusionProtectionFilters
public static interface InclusionProtectionFilters.Builder extends SdkPojo, CopyableBuilder<InclusionProtectionFilters.Builder,InclusionProtectionFilters>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description InclusionProtectionFilters.BuilderprotectionNames(String... protectionNames)The name of the protection that you want to retrieve.InclusionProtectionFilters.BuilderprotectionNames(Collection<String> protectionNames)The name of the protection that you want to retrieve.InclusionProtectionFilters.BuilderresourceArns(String... resourceArns)The ARN (Amazon Resource Name) of the resource whose protection you want to retrieve.InclusionProtectionFilters.BuilderresourceArns(Collection<String> resourceArns)The ARN (Amazon Resource Name) of the resource whose protection you want to retrieve.InclusionProtectionFilters.BuilderresourceTypes(Collection<ProtectedResourceType> resourceTypes)The type of protected resource whose protections you want to retrieve.InclusionProtectionFilters.BuilderresourceTypes(ProtectedResourceType... resourceTypes)The type of protected resource whose protections you want to retrieve.InclusionProtectionFilters.BuilderresourceTypesWithStrings(String... resourceTypes)The type of protected resource whose protections you want to retrieve.InclusionProtectionFilters.BuilderresourceTypesWithStrings(Collection<String> resourceTypes)The type of protected resource whose protections you want to retrieve.-
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
-
-
-
-
Method Detail
-
resourceArns
InclusionProtectionFilters.Builder resourceArns(Collection<String> resourceArns)
The ARN (Amazon Resource Name) of the resource whose protection you want to retrieve.
- Parameters:
resourceArns- The ARN (Amazon Resource Name) of the resource whose protection you want to retrieve.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceArns
InclusionProtectionFilters.Builder resourceArns(String... resourceArns)
The ARN (Amazon Resource Name) of the resource whose protection you want to retrieve.
- Parameters:
resourceArns- The ARN (Amazon Resource Name) of the resource whose protection you want to retrieve.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
protectionNames
InclusionProtectionFilters.Builder protectionNames(Collection<String> protectionNames)
The name of the protection that you want to retrieve.
- Parameters:
protectionNames- The name of the protection that you want to retrieve.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
protectionNames
InclusionProtectionFilters.Builder protectionNames(String... protectionNames)
The name of the protection that you want to retrieve.
- Parameters:
protectionNames- The name of the protection that you want to retrieve.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceTypesWithStrings
InclusionProtectionFilters.Builder resourceTypesWithStrings(Collection<String> resourceTypes)
The type of protected resource whose protections you want to retrieve.
- Parameters:
resourceTypes- The type of protected resource whose protections you want to retrieve.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceTypesWithStrings
InclusionProtectionFilters.Builder resourceTypesWithStrings(String... resourceTypes)
The type of protected resource whose protections you want to retrieve.
- Parameters:
resourceTypes- The type of protected resource whose protections you want to retrieve.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceTypes
InclusionProtectionFilters.Builder resourceTypes(Collection<ProtectedResourceType> resourceTypes)
The type of protected resource whose protections you want to retrieve.
- Parameters:
resourceTypes- The type of protected resource whose protections you want to retrieve.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceTypes
InclusionProtectionFilters.Builder resourceTypes(ProtectedResourceType... resourceTypes)
The type of protected resource whose protections you want to retrieve.
- Parameters:
resourceTypes- The type of protected resource whose protections you want to retrieve.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-