CreatePortalRequest.Builder |
CreatePortalRequest.Builder.additionalEncryptionContext(Map<String,String> additionalEncryptionContext) |
The additional encryption context of the portal.
|
CreatePortalRequest.Builder |
CreatePortalRequest.Builder.authenticationType(String authenticationType) |
The type of authentication integration points used when signing into the web portal.
|
CreatePortalRequest.Builder |
CreatePortalRequest.Builder.authenticationType(AuthenticationType authenticationType) |
The type of authentication integration points used when signing into the web portal.
|
static CreatePortalRequest.Builder |
CreatePortalRequest.builder() |
|
CreatePortalRequest.Builder |
CreatePortalRequest.Builder.clientToken(String clientToken) |
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
CreatePortalRequest.Builder |
CreatePortalRequest.Builder.customerManagedKey(String customerManagedKey) |
The customer managed key of the web portal.
|
CreatePortalRequest.Builder |
CreatePortalRequest.Builder.displayName(String displayName) |
The name of the web portal.
|
CreatePortalRequest.Builder |
CreatePortalRequest.Builder.instanceType(String instanceType) |
The type and resources of the underlying instance.
|
CreatePortalRequest.Builder |
CreatePortalRequest.Builder.instanceType(InstanceType instanceType) |
The type and resources of the underlying instance.
|
CreatePortalRequest.Builder |
CreatePortalRequest.Builder.maxConcurrentSessions(Integer maxConcurrentSessions) |
The maximum number of concurrent sessions for the portal.
|
CreatePortalRequest.Builder |
CreatePortalRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
CreatePortalRequest.Builder |
CreatePortalRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
CreatePortalRequest.Builder |
CreatePortalRequest.Builder.tags(Collection<Tag> tags) |
The tags to add to the web portal.
|
CreatePortalRequest.Builder |
CreatePortalRequest.Builder.tags(Consumer<Tag.Builder>... tags) |
The tags to add to the web portal.
|
CreatePortalRequest.Builder |
CreatePortalRequest.Builder.tags(Tag... tags) |
The tags to add to the web portal.
|
CreatePortalRequest.Builder |
CreatePortalRequest.toBuilder() |
|