@Generated(value="software.amazon.awssdk:codegen") public final class Endpoint extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Endpoint.Builder,Endpoint>
This entity represents the endpoint that is managed by Amazon EMR on EKS.
| Modifier and Type | Class and Description |
|---|---|
static interface |
Endpoint.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
arn()
The ARN of the endpoint.
|
static Endpoint.Builder |
builder() |
String |
certificateArn()
The certificate ARN of the endpoint.
|
ConfigurationOverrides |
configurationOverrides()
The configuration settings that are used to override existing configurations for endpoints.
|
Instant |
createdAt()
The date and time when the endpoint was created.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
executionRoleArn()
The execution role ARN of the endpoint.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
boolean |
hasSubnetIds()
Returns true if the SubnetIds property was specified by the sender (it may be empty), or false if the sender did
not specify the value (it will be empty).
|
boolean |
hasTags()
Returns true if the Tags property was specified by the sender (it may be empty), or false if the sender did not
specify the value (it will be empty).
|
String |
id()
The ID of the endpoint.
|
String |
name()
The name of the endpoint.
|
String |
releaseLabel()
The EMR release version to be used for the endpoint.
|
List<SdkField<?>> |
sdkFields() |
String |
securityGroup()
The security group configuration of the endpoint.
|
static Class<? extends Endpoint.Builder> |
serializableBuilderClass() |
String |
serverUrl()
The server URL of the endpoint.
|
EndpointState |
state()
The state of the endpoint.
|
String |
stateAsString()
The state of the endpoint.
|
List<String> |
subnetIds()
The subnet IDs of the endpoint.
|
Map<String,String> |
tags()
The tags of the endpoint.
|
Endpoint.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
type()
The type of the endpoint.
|
String |
virtualClusterId()
The ID of the endpoint's virtual cluster.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String id()
The ID of the endpoint.
public final String name()
The name of the endpoint.
public final String arn()
The ARN of the endpoint.
public final String virtualClusterId()
The ID of the endpoint's virtual cluster.
public final String type()
The type of the endpoint.
public final EndpointState state()
The state of the endpoint.
If the service returns an enum value that is not available in the current SDK version, state will return
EndpointState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
stateAsString().
EndpointStatepublic final String stateAsString()
The state of the endpoint.
If the service returns an enum value that is not available in the current SDK version, state will return
EndpointState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
stateAsString().
EndpointStatepublic final String releaseLabel()
The EMR release version to be used for the endpoint.
public final String executionRoleArn()
The execution role ARN of the endpoint.
public final String certificateArn()
The certificate ARN of the endpoint.
public final ConfigurationOverrides configurationOverrides()
The configuration settings that are used to override existing configurations for endpoints.
public final String serverUrl()
The server URL of the endpoint.
public final Instant createdAt()
The date and time when the endpoint was created.
public final String securityGroup()
The security group configuration of the endpoint.
public final boolean hasSubnetIds()
public final List<String> subnetIds()
The subnet IDs of the endpoint.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasSubnetIds() to see if a value was sent in this field.
public final boolean hasTags()
public final Map<String,String> tags()
The tags of the endpoint.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasTags() to see if a value was sent in this field.
public Endpoint.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<Endpoint.Builder,Endpoint>public static Endpoint.Builder builder()
public static Class<? extends Endpoint.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.