UpdateProtectionGroupRequest.Builder |
UpdateProtectionGroupRequest.Builder.aggregation(String aggregation) |
Defines how Shield combines resource data for the group in order to detect, mitigate, and report events.
|
UpdateProtectionGroupRequest.Builder |
UpdateProtectionGroupRequest.Builder.aggregation(ProtectionGroupAggregation aggregation) |
Defines how Shield combines resource data for the group in order to detect, mitigate, and report events.
|
static UpdateProtectionGroupRequest.Builder |
UpdateProtectionGroupRequest.builder() |
|
UpdateProtectionGroupRequest.Builder |
UpdateProtectionGroupRequest.Builder.members(String... members) |
The Amazon Resource Names (ARNs) of the resources to include in the protection group.
|
UpdateProtectionGroupRequest.Builder |
UpdateProtectionGroupRequest.Builder.members(Collection<String> members) |
The Amazon Resource Names (ARNs) of the resources to include in the protection group.
|
UpdateProtectionGroupRequest.Builder |
UpdateProtectionGroupRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
UpdateProtectionGroupRequest.Builder |
UpdateProtectionGroupRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
UpdateProtectionGroupRequest.Builder |
UpdateProtectionGroupRequest.Builder.pattern(String pattern) |
The criteria to use to choose the protected resources for inclusion in the group.
|
UpdateProtectionGroupRequest.Builder |
UpdateProtectionGroupRequest.Builder.pattern(ProtectionGroupPattern pattern) |
The criteria to use to choose the protected resources for inclusion in the group.
|
UpdateProtectionGroupRequest.Builder |
UpdateProtectionGroupRequest.Builder.protectionGroupId(String protectionGroupId) |
The name of the protection group.
|
UpdateProtectionGroupRequest.Builder |
UpdateProtectionGroupRequest.Builder.resourceType(String resourceType) |
The resource type to include in the protection group.
|
UpdateProtectionGroupRequest.Builder |
UpdateProtectionGroupRequest.Builder.resourceType(ProtectedResourceType resourceType) |
The resource type to include in the protection group.
|
UpdateProtectionGroupRequest.Builder |
UpdateProtectionGroupRequest.toBuilder() |
|