public static interface InclusionProtectionGroupFilters.Builder extends SdkPojo, CopyableBuilder<InclusionProtectionGroupFilters.Builder,InclusionProtectionGroupFilters>
| Modifier and Type | Method and Description |
|---|---|
InclusionProtectionGroupFilters.Builder |
aggregations(Collection<ProtectionGroupAggregation> aggregations)
The aggregation setting of the protection groups that you want to retrieve.
|
InclusionProtectionGroupFilters.Builder |
aggregations(ProtectionGroupAggregation... aggregations)
The aggregation setting of the protection groups that you want to retrieve.
|
InclusionProtectionGroupFilters.Builder |
aggregationsWithStrings(Collection<String> aggregations)
The aggregation setting of the protection groups that you want to retrieve.
|
InclusionProtectionGroupFilters.Builder |
aggregationsWithStrings(String... aggregations)
The aggregation setting of the protection groups that you want to retrieve.
|
InclusionProtectionGroupFilters.Builder |
patterns(Collection<ProtectionGroupPattern> patterns)
The pattern specification of the protection groups that you want to retrieve.
|
InclusionProtectionGroupFilters.Builder |
patterns(ProtectionGroupPattern... patterns)
The pattern specification of the protection groups that you want to retrieve.
|
InclusionProtectionGroupFilters.Builder |
patternsWithStrings(Collection<String> patterns)
The pattern specification of the protection groups that you want to retrieve.
|
InclusionProtectionGroupFilters.Builder |
patternsWithStrings(String... patterns)
The pattern specification of the protection groups that you want to retrieve.
|
InclusionProtectionGroupFilters.Builder |
protectionGroupIds(Collection<String> protectionGroupIds)
The ID of the protection group that you want to retrieve.
|
InclusionProtectionGroupFilters.Builder |
protectionGroupIds(String... protectionGroupIds)
The ID of the protection group that you want to retrieve.
|
InclusionProtectionGroupFilters.Builder |
resourceTypes(Collection<ProtectedResourceType> resourceTypes)
The resource type configuration of the protection groups that you want to retrieve.
|
InclusionProtectionGroupFilters.Builder |
resourceTypes(ProtectedResourceType... resourceTypes)
The resource type configuration of the protection groups that you want to retrieve.
|
InclusionProtectionGroupFilters.Builder |
resourceTypesWithStrings(Collection<String> resourceTypes)
The resource type configuration of the protection groups that you want to retrieve.
|
InclusionProtectionGroupFilters.Builder |
resourceTypesWithStrings(String... resourceTypes)
The resource type configuration of the protection groups that you want to retrieve.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildInclusionProtectionGroupFilters.Builder protectionGroupIds(Collection<String> protectionGroupIds)
The ID of the protection group that you want to retrieve.
protectionGroupIds - The ID of the protection group that you want to retrieve.InclusionProtectionGroupFilters.Builder protectionGroupIds(String... protectionGroupIds)
The ID of the protection group that you want to retrieve.
protectionGroupIds - The ID of the protection group that you want to retrieve.InclusionProtectionGroupFilters.Builder patternsWithStrings(Collection<String> patterns)
The pattern specification of the protection groups that you want to retrieve.
patterns - The pattern specification of the protection groups that you want to retrieve.InclusionProtectionGroupFilters.Builder patternsWithStrings(String... patterns)
The pattern specification of the protection groups that you want to retrieve.
patterns - The pattern specification of the protection groups that you want to retrieve.InclusionProtectionGroupFilters.Builder patterns(Collection<ProtectionGroupPattern> patterns)
The pattern specification of the protection groups that you want to retrieve.
patterns - The pattern specification of the protection groups that you want to retrieve.InclusionProtectionGroupFilters.Builder patterns(ProtectionGroupPattern... patterns)
The pattern specification of the protection groups that you want to retrieve.
patterns - The pattern specification of the protection groups that you want to retrieve.InclusionProtectionGroupFilters.Builder resourceTypesWithStrings(Collection<String> resourceTypes)
The resource type configuration of the protection groups that you want to retrieve. In the protection group
configuration, you specify the resource type when you set the group's Pattern to
BY_RESOURCE_TYPE.
resourceTypes - The resource type configuration of the protection groups that you want to retrieve. In the protection
group configuration, you specify the resource type when you set the group's Pattern to
BY_RESOURCE_TYPE.InclusionProtectionGroupFilters.Builder resourceTypesWithStrings(String... resourceTypes)
The resource type configuration of the protection groups that you want to retrieve. In the protection group
configuration, you specify the resource type when you set the group's Pattern to
BY_RESOURCE_TYPE.
resourceTypes - The resource type configuration of the protection groups that you want to retrieve. In the protection
group configuration, you specify the resource type when you set the group's Pattern to
BY_RESOURCE_TYPE.InclusionProtectionGroupFilters.Builder resourceTypes(Collection<ProtectedResourceType> resourceTypes)
The resource type configuration of the protection groups that you want to retrieve. In the protection group
configuration, you specify the resource type when you set the group's Pattern to
BY_RESOURCE_TYPE.
resourceTypes - The resource type configuration of the protection groups that you want to retrieve. In the protection
group configuration, you specify the resource type when you set the group's Pattern to
BY_RESOURCE_TYPE.InclusionProtectionGroupFilters.Builder resourceTypes(ProtectedResourceType... resourceTypes)
The resource type configuration of the protection groups that you want to retrieve. In the protection group
configuration, you specify the resource type when you set the group's Pattern to
BY_RESOURCE_TYPE.
resourceTypes - The resource type configuration of the protection groups that you want to retrieve. In the protection
group configuration, you specify the resource type when you set the group's Pattern to
BY_RESOURCE_TYPE.InclusionProtectionGroupFilters.Builder aggregationsWithStrings(Collection<String> aggregations)
The aggregation setting of the protection groups that you want to retrieve.
aggregations - The aggregation setting of the protection groups that you want to retrieve.InclusionProtectionGroupFilters.Builder aggregationsWithStrings(String... aggregations)
The aggregation setting of the protection groups that you want to retrieve.
aggregations - The aggregation setting of the protection groups that you want to retrieve.InclusionProtectionGroupFilters.Builder aggregations(Collection<ProtectionGroupAggregation> aggregations)
The aggregation setting of the protection groups that you want to retrieve.
aggregations - The aggregation setting of the protection groups that you want to retrieve.InclusionProtectionGroupFilters.Builder aggregations(ProtectionGroupAggregation... aggregations)
The aggregation setting of the protection groups that you want to retrieve.
aggregations - The aggregation setting of the protection groups that you want to retrieve.Copyright © 2023. All rights reserved.