@Generated(value="software.amazon.awssdk:codegen") public final class PrivateLinkConfig extends Object implements SdkPojo, Serializable, ToCopyableBuilder<PrivateLinkConfig.Builder,PrivateLinkConfig>
| Modifier and Type | Class and Description |
|---|---|
static interface |
PrivateLinkConfig.Builder |
| Modifier and Type | Method and Description |
|---|---|
static PrivateLinkConfig.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
privateLinkEndpoint()
Returns the value of the PrivateLinkEndpoint property for this object.
|
List<SdkField<?>> |
sdkFields() |
List<String> |
securityGroupArns()
Returns the value of the SecurityGroupArns property for this object.
|
static Class<? extends PrivateLinkConfig.Builder> |
serializableBuilderClass() |
List<String> |
subnetArns()
Returns the value of the SubnetArns property for this object.
|
PrivateLinkConfig.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String privateLinkEndpoint()
public List<String> subnetArns()
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public List<String> securityGroupArns()
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public PrivateLinkConfig.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<PrivateLinkConfig.Builder,PrivateLinkConfig>public static PrivateLinkConfig.Builder builder()
public static Class<? extends PrivateLinkConfig.Builder> serializableBuilderClass()
public String toString()
Copyright © 2019. All rights reserved.