@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) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Boolean |
managesVpcEndpoints()
Indicates whether the service manages it's VPC endpoints.
|
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.
|
List<Tag> |
tags()
Any tags assigned to the service.
|
ServiceConfiguration.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
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 Boolean managesVpcEndpoints()
Indicates whether the service manages it's VPC endpoints. Management of the service VPC endpoints using the VPC endpoint API is restricted.
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 List<Tag> tags()
Any tags assigned to the service.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public ServiceConfiguration.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<ServiceConfiguration.Builder,ServiceConfiguration>
public static ServiceConfiguration.Builder builder()
public static Class<? extends ServiceConfiguration.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public String toString()
Copyright © 2019. All rights reserved.