IpAccessSettings.Builder |
IpAccessSettings.Builder.additionalEncryptionContext(Map<String,String> additionalEncryptionContext) |
The additional encryption context of the IP access settings.
|
IpAccessSettings.Builder |
IpAccessSettings.Builder.associatedPortalArns(String... associatedPortalArns) |
A list of web portal ARNs that this IP access settings resource is associated with.
|
IpAccessSettings.Builder |
IpAccessSettings.Builder.associatedPortalArns(Collection<String> associatedPortalArns) |
A list of web portal ARNs that this IP access settings resource is associated with.
|
static IpAccessSettings.Builder |
IpAccessSettings.builder() |
|
IpAccessSettings.Builder |
IpAccessSettings.Builder.creationDate(Instant creationDate) |
The creation date timestamp of the IP access settings.
|
IpAccessSettings.Builder |
IpAccessSettings.Builder.customerManagedKey(String customerManagedKey) |
The customer managed key used to encrypt sensitive information in the IP access settings.
|
IpAccessSettings.Builder |
IpAccessSettings.Builder.description(String description) |
The description of the IP access settings.
|
IpAccessSettings.Builder |
IpAccessSettings.Builder.displayName(String displayName) |
The display name of the IP access settings.
|
IpAccessSettings.Builder |
IpAccessSettings.Builder.ipAccessSettingsArn(String ipAccessSettingsArn) |
The ARN of the IP access settings resource.
|
IpAccessSettings.Builder |
IpAccessSettings.Builder.ipRules(Collection<IpRule> ipRules) |
The IP rules of the IP access settings.
|
IpAccessSettings.Builder |
IpAccessSettings.Builder.ipRules(Consumer<IpRule.Builder>... ipRules) |
The IP rules of the IP access settings.
|
IpAccessSettings.Builder |
IpAccessSettings.Builder.ipRules(IpRule... ipRules) |
The IP rules of the IP access settings.
|
IpAccessSettings.Builder |
IpAccessSettings.toBuilder() |
|