@Generated(value="software.amazon.awssdk:codegen") public final class ServiceConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ServiceConfiguration.Builder,ServiceConfiguration>
Describes a service configuration for a VPC endpoint service.
Modifier and Type | Class and Description |
---|---|
static interface |
ServiceConfiguration.Builder |
Modifier and Type | Method and Description |
---|---|
Boolean |
acceptanceRequired()
Indicates whether requests from other AWS accounts to create an endpoint to the service must first be accepted.
|
List<String> |
availabilityZones()
In the Availability Zones in which the service is available.
|
List<String> |
baseEndpointDnsNames()
The DNS names for the service.
|
static ServiceConfiguration.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<String> |
networkLoadBalancerArns()
The Amazon Resource Names (ARNs) of the Network Load Balancers for the service.
|
String |
privateDnsName()
The private DNS name for the service.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ServiceConfiguration.Builder> |
serializableBuilderClass() |
String |
serviceId()
The ID of the service.
|
String |
serviceName()
The name of the service.
|
ServiceState |
serviceState()
The service state.
|
String |
serviceStateAsString()
The service state.
|
List<ServiceTypeDetail> |
serviceType()
The type of service.
|
ServiceConfiguration.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public List<ServiceTypeDetail> serviceType()
The type of service.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public String serviceId()
The ID of the service.
public String serviceName()
The name of the service.
public ServiceState serviceState()
The service state.
If the service returns an enum value that is not available in the current SDK version, serviceState
will
return ServiceState.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available from
serviceStateAsString()
.
ServiceState
public String serviceStateAsString()
The service state.
If the service returns an enum value that is not available in the current SDK version, serviceState
will
return ServiceState.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available from
serviceStateAsString()
.
ServiceState
public List<String> availabilityZones()
In the Availability Zones in which the service is available.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public Boolean acceptanceRequired()
Indicates whether requests from other AWS accounts to create an endpoint to the service must first be accepted.
public List<String> networkLoadBalancerArns()
The Amazon Resource Names (ARNs) of the Network Load Balancers for the service.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public List<String> baseEndpointDnsNames()
The DNS names for the service.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public String privateDnsName()
The private DNS name for the service.
public ServiceConfiguration.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ServiceConfiguration.Builder,ServiceConfiguration>
public static ServiceConfiguration.Builder builder()
public static Class<? extends ServiceConfiguration.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.