public static interface IpAccessSettings.Builder extends SdkPojo, CopyableBuilder<IpAccessSettings.Builder,IpAccessSettings>
| Modifier and Type | Method and Description |
|---|---|
IpAccessSettings.Builder |
associatedPortalArns(Collection<String> associatedPortalArns)
A list of web portal ARNs that this IP access settings resource is associated with.
|
IpAccessSettings.Builder |
associatedPortalArns(String... associatedPortalArns)
A list of web portal ARNs that this IP access settings resource is associated with.
|
IpAccessSettings.Builder |
creationDate(Instant creationDate)
The creation date timestamp of the IP access settings.
|
IpAccessSettings.Builder |
description(String description)
The description of the IP access settings.
|
IpAccessSettings.Builder |
displayName(String displayName)
The display name of the IP access settings.
|
IpAccessSettings.Builder |
ipAccessSettingsArn(String ipAccessSettingsArn)
The ARN of the IP access settings resource.
|
IpAccessSettings.Builder |
ipRules(Collection<IpRule> ipRules)
The IP rules of the IP access settings.
|
IpAccessSettings.Builder |
ipRules(Consumer<IpRule.Builder>... ipRules)
The IP rules of the IP access settings.
|
IpAccessSettings.Builder |
ipRules(IpRule... ipRules)
The IP rules of the IP access settings.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildIpAccessSettings.Builder associatedPortalArns(Collection<String> associatedPortalArns)
A list of web portal ARNs that this IP access settings resource is associated with.
associatedPortalArns - A list of web portal ARNs that this IP access settings resource is associated with.IpAccessSettings.Builder associatedPortalArns(String... associatedPortalArns)
A list of web portal ARNs that this IP access settings resource is associated with.
associatedPortalArns - A list of web portal ARNs that this IP access settings resource is associated with.IpAccessSettings.Builder creationDate(Instant creationDate)
The creation date timestamp of the IP access settings.
creationDate - The creation date timestamp of the IP access settings.IpAccessSettings.Builder description(String description)
The description of the IP access settings.
description - The description of the IP access settings.IpAccessSettings.Builder displayName(String displayName)
The display name of the IP access settings.
displayName - The display name of the IP access settings.IpAccessSettings.Builder ipAccessSettingsArn(String ipAccessSettingsArn)
The ARN of the IP access settings resource.
ipAccessSettingsArn - The ARN of the IP access settings resource.IpAccessSettings.Builder ipRules(Collection<IpRule> ipRules)
The IP rules of the IP access settings.
ipRules - The IP rules of the IP access settings.IpAccessSettings.Builder ipRules(IpRule... ipRules)
The IP rules of the IP access settings.
ipRules - The IP rules of the IP access settings.IpAccessSettings.Builder ipRules(Consumer<IpRule.Builder>... ipRules)
The IP rules of the IP access settings.
This is a convenience method that creates an instance of theIpRule.Builder avoiding the need to create one
manually via IpRule.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #ipRules(List.
ipRules - a consumer that will call methods on
IpRule.Builder#ipRules(java.util.Collection) Copyright © 2023. All rights reserved.