public static interface InclusionProtectionFilters.Builder extends SdkPojo, CopyableBuilder<InclusionProtectionFilters.Builder,InclusionProtectionFilters>
| Modifier and Type | Method and Description |
|---|---|
InclusionProtectionFilters.Builder |
protectionNames(Collection<String> protectionNames)
The name of the protection that you want to retrieve.
|
InclusionProtectionFilters.Builder |
protectionNames(String... protectionNames)
The name of the protection that you want to retrieve.
|
InclusionProtectionFilters.Builder |
resourceArns(Collection<String> resourceArns)
The ARN (Amazon Resource Name) of the resource whose protection you want to retrieve.
|
InclusionProtectionFilters.Builder |
resourceArns(String... resourceArns)
The ARN (Amazon Resource Name) of the resource whose protection you want to retrieve.
|
InclusionProtectionFilters.Builder |
resourceTypes(Collection<ProtectedResourceType> resourceTypes)
The type of protected resource whose protections you want to retrieve.
|
InclusionProtectionFilters.Builder |
resourceTypes(ProtectedResourceType... resourceTypes)
The type of protected resource whose protections you want to retrieve.
|
InclusionProtectionFilters.Builder |
resourceTypesWithStrings(Collection<String> resourceTypes)
The type of protected resource whose protections you want to retrieve.
|
InclusionProtectionFilters.Builder |
resourceTypesWithStrings(String... resourceTypes)
The type of protected resource whose protections you want to retrieve.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildInclusionProtectionFilters.Builder resourceArns(Collection<String> resourceArns)
The ARN (Amazon Resource Name) of the resource whose protection you want to retrieve.
resourceArns - The ARN (Amazon Resource Name) of the resource whose protection you want to retrieve.InclusionProtectionFilters.Builder resourceArns(String... resourceArns)
The ARN (Amazon Resource Name) of the resource whose protection you want to retrieve.
resourceArns - The ARN (Amazon Resource Name) of the resource whose protection you want to retrieve.InclusionProtectionFilters.Builder protectionNames(Collection<String> protectionNames)
The name of the protection that you want to retrieve.
protectionNames - The name of the protection that you want to retrieve.InclusionProtectionFilters.Builder protectionNames(String... protectionNames)
The name of the protection that you want to retrieve.
protectionNames - The name of the protection that you want to retrieve.InclusionProtectionFilters.Builder resourceTypesWithStrings(Collection<String> resourceTypes)
The type of protected resource whose protections you want to retrieve.
resourceTypes - The type of protected resource whose protections you want to retrieve.InclusionProtectionFilters.Builder resourceTypesWithStrings(String... resourceTypes)
The type of protected resource whose protections you want to retrieve.
resourceTypes - The type of protected resource whose protections you want to retrieve.InclusionProtectionFilters.Builder resourceTypes(Collection<ProtectedResourceType> resourceTypes)
The type of protected resource whose protections you want to retrieve.
resourceTypes - The type of protected resource whose protections you want to retrieve.InclusionProtectionFilters.Builder resourceTypes(ProtectedResourceType... resourceTypes)
The type of protected resource whose protections you want to retrieve.
resourceTypes - The type of protected resource whose protections you want to retrieve.Copyright © 2023. All rights reserved.