@Generated(value="software.amazon.awssdk:codegen") public final class CreateVerifiedAccessEndpointRequest extends Ec2Request implements ToCopyableBuilder<CreateVerifiedAccessEndpointRequest.Builder,CreateVerifiedAccessEndpointRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
CreateVerifiedAccessEndpointRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
applicationDomain()
The DNS name for users to reach your application.
|
VerifiedAccessEndpointAttachmentType |
attachmentType()
The Amazon Web Services network component Verified Access attaches to.
|
String |
attachmentTypeAsString()
The Amazon Web Services network component Verified Access attaches to.
|
static CreateVerifiedAccessEndpointRequest.Builder |
builder() |
String |
clientToken()
A unique, case-sensitive token that you provide to ensure idempotency of your modification request.
|
String |
description()
A description for the Amazon Web Services Verified Access endpoint.
|
String |
domainCertificateArn()
The ARN of the public TLS/SSL certificate in Amazon Web Services Certificate Manager to associate with the
endpoint.
|
String |
endpointDomainPrefix()
A custom identifier that gets prepended to a DNS name that is generated for the endpoint.
|
VerifiedAccessEndpointType |
endpointType()
The type of Amazon Web Services Verified Access endpoint to create.
|
String |
endpointTypeAsString()
The type of Amazon Web Services Verified Access endpoint to create.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
boolean |
hasSecurityGroupIds()
For responses, this returns true if the service returned a value for the SecurityGroupIds property.
|
boolean |
hasTagSpecifications()
For responses, this returns true if the service returned a value for the TagSpecifications property.
|
CreateVerifiedAccessEndpointLoadBalancerOptions |
loadBalancerOptions()
The load balancer details if creating the Amazon Web Services Verified Access endpoint as
load-balancertype. |
CreateVerifiedAccessEndpointEniOptions |
networkInterfaceOptions()
The network interface details if creating the Amazon Web Services Verified Access endpoint as
network-interfacetype. |
String |
policyDocument()
The Amazon Web Services Verified Access policy document.
|
List<SdkField<?>> |
sdkFields() |
List<String> |
securityGroupIds()
The Amazon EC2 security groups to associate with the Amazon Web Services Verified Access endpoint.
|
static Class<? extends CreateVerifiedAccessEndpointRequest.Builder> |
serializableBuilderClass() |
List<TagSpecification> |
tagSpecifications()
The tags to assign to the Amazon Web Services Verified Access endpoint.
|
CreateVerifiedAccessEndpointRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
verifiedAccessGroupId()
The ID of the Verified Access group to associate the endpoint with.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String verifiedAccessGroupId()
The ID of the Verified Access group to associate the endpoint with.
public final VerifiedAccessEndpointType endpointType()
The type of Amazon Web Services Verified Access endpoint to create.
If the service returns an enum value that is not available in the current SDK version, endpointType will
return VerifiedAccessEndpointType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from endpointTypeAsString().
VerifiedAccessEndpointTypepublic final String endpointTypeAsString()
The type of Amazon Web Services Verified Access endpoint to create.
If the service returns an enum value that is not available in the current SDK version, endpointType will
return VerifiedAccessEndpointType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from endpointTypeAsString().
VerifiedAccessEndpointTypepublic final VerifiedAccessEndpointAttachmentType attachmentType()
The Amazon Web Services network component Verified Access attaches to.
If the service returns an enum value that is not available in the current SDK version, attachmentType
will return VerifiedAccessEndpointAttachmentType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the
service is available from attachmentTypeAsString().
VerifiedAccessEndpointAttachmentTypepublic final String attachmentTypeAsString()
The Amazon Web Services network component Verified Access attaches to.
If the service returns an enum value that is not available in the current SDK version, attachmentType
will return VerifiedAccessEndpointAttachmentType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the
service is available from attachmentTypeAsString().
VerifiedAccessEndpointAttachmentTypepublic final String domainCertificateArn()
The ARN of the public TLS/SSL certificate in Amazon Web Services Certificate Manager to associate with the endpoint. The CN in the certificate must match the DNS name your end users will use to reach your application.
public final String applicationDomain()
The DNS name for users to reach your application.
public final String endpointDomainPrefix()
A custom identifier that gets prepended to a DNS name that is generated for the endpoint.
public final boolean hasSecurityGroupIds()
isEmpty() method on the property).
This is useful because the SDK will never return a null collection or map, but you may need to differentiate
between the service returning nothing (or null) and the service returning an empty collection or map. For
requests, this returns true if a value for the property was specified in the request builder, and false if a
value was not specified.public final List<String> securityGroupIds()
The Amazon EC2 security groups to associate with the Amazon Web Services Verified Access endpoint.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasSecurityGroupIds() method.
public final CreateVerifiedAccessEndpointLoadBalancerOptions loadBalancerOptions()
The load balancer details if creating the Amazon Web Services Verified Access endpoint as
load-balancertype.
load-balancertype.public final CreateVerifiedAccessEndpointEniOptions networkInterfaceOptions()
The network interface details if creating the Amazon Web Services Verified Access endpoint as
network-interfacetype.
network-interfacetype.public final String description()
A description for the Amazon Web Services Verified Access endpoint.
public final String policyDocument()
The Amazon Web Services Verified Access policy document.
public final boolean hasTagSpecifications()
isEmpty() method on the property).
This is useful because the SDK will never return a null collection or map, but you may need to differentiate
between the service returning nothing (or null) and the service returning an empty collection or map. For
requests, this returns true if a value for the property was specified in the request builder, and false if a
value was not specified.public final List<TagSpecification> tagSpecifications()
The tags to assign to the Amazon Web Services Verified Access endpoint.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasTagSpecifications() method.
public final String clientToken()
A unique, case-sensitive token that you provide to ensure idempotency of your modification request. For more information, see Ensuring Idempotency.
public CreateVerifiedAccessEndpointRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CreateVerifiedAccessEndpointRequest.Builder,CreateVerifiedAccessEndpointRequest>toBuilder in class Ec2Requestpublic static CreateVerifiedAccessEndpointRequest.Builder builder()
public static Class<? extends CreateVerifiedAccessEndpointRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2022. All rights reserved.