Uses of Interface
software.amazon.awssdk.services.ec2.model.VpcEndpointAssociation.Builder
Packages that use VpcEndpointAssociation.Builder
-
Uses of VpcEndpointAssociation.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return VpcEndpointAssociation.BuilderModifier and TypeMethodDescriptionVpcEndpointAssociation.Builder.associatedResourceAccessibility(String associatedResourceAccessibility) The connectivity status of the resources associated to a VPC endpoint.VpcEndpointAssociation.Builder.associatedResourceArn(String associatedResourceArn) The Amazon Resource Name (ARN) of the associated resource.VpcEndpointAssociation.builder()default VpcEndpointAssociation.BuilderVpcEndpointAssociation.Builder.dnsEntry(Consumer<DnsEntry.Builder> dnsEntry) The DNS entry of the VPC endpoint association.The DNS entry of the VPC endpoint association.VpcEndpointAssociation.Builder.failureCode(String failureCode) An error code related to why an VPC endpoint association failed.VpcEndpointAssociation.Builder.failureReason(String failureReason) A message related to why an VPC endpoint association failed.The ID of the VPC endpoint association.default VpcEndpointAssociation.BuilderVpcEndpointAssociation.Builder.privateDnsEntry(Consumer<DnsEntry.Builder> privateDnsEntry) The private DNS entry of the VPC endpoint association.VpcEndpointAssociation.Builder.privateDnsEntry(DnsEntry privateDnsEntry) The private DNS entry of the VPC endpoint association.VpcEndpointAssociation.Builder.resourceConfigurationGroupArn(String resourceConfigurationGroupArn) The Amazon Resource Name (ARN) of the resource configuration group.VpcEndpointAssociation.Builder.serviceNetworkArn(String serviceNetworkArn) The Amazon Resource Name (ARN) of the service network.VpcEndpointAssociation.Builder.serviceNetworkName(String serviceNetworkName) The name of the service network.VpcEndpointAssociation.Builder.tags(Collection<Tag> tags) The tags to apply to the VPC endpoint association.VpcEndpointAssociation.Builder.tags(Consumer<Tag.Builder>... tags) The tags to apply to the VPC endpoint association.The tags to apply to the VPC endpoint association.VpcEndpointAssociation.toBuilder()VpcEndpointAssociation.Builder.vpcEndpointId(String vpcEndpointId) The ID of the VPC endpoint.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type VpcEndpointAssociation.BuilderModifier and TypeMethodDescriptionstatic Class<? extends VpcEndpointAssociation.Builder>VpcEndpointAssociation.serializableBuilderClass()