public static interface Limit.Builder extends SdkPojo, CopyableBuilder<Limit.Builder,Limit>
Modifier and Type | Method and Description |
---|---|
Limit.Builder |
max(Long max)
The maximum number of protections that can be created for the specified
Type . |
Limit.Builder |
type(String type)
The type of protection.
|
copy
applyMutation, build
Limit.Builder type(String type)
The type of protection.
type
- The type of protection.Limit.Builder max(Long max)
The maximum number of protections that can be created for the specified Type
.
max
- The maximum number of protections that can be created for the specified Type
.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.