@Generated(value="software.amazon.awssdk:codegen") public final class Endpoint extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Endpoint.Builder,Endpoint>
S3 on Outposts access points simplify managing data access at scale for shared datasets in Amazon S3 on Outposts. S3 on Outposts uses endpoints to connect to Outposts buckets so that you can perform actions within your virtual private cloud (VPC).
| Modifier and Type | Class and Description |
|---|---|
static interface |
Endpoint.Builder |
| Modifier and Type | Method and Description |
|---|---|
static Endpoint.Builder |
builder() |
String |
cidrBlock()
The VPC CIDR committed by this endpoint.
|
Instant |
creationTime()
The time the endpoint was created.
|
String |
endpointArn()
The Amazon Resource Name (ARN) of the endpoint.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
boolean |
hasNetworkInterfaces()
Returns true if the NetworkInterfaces property was specified by the sender (it may be empty), or false if the
sender did not specify the value (it will be empty).
|
List<NetworkInterface> |
networkInterfaces()
The network interface of the endpoint.
|
String |
outpostsId()
The ID of the AWS Outpost.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends Endpoint.Builder> |
serializableBuilderClass() |
EndpointStatus |
status()
The status of the endpoint.
|
String |
statusAsString()
The status of the endpoint.
|
Endpoint.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String endpointArn()
The Amazon Resource Name (ARN) of the endpoint.
public final String outpostsId()
The ID of the AWS Outpost.
public final String cidrBlock()
The VPC CIDR committed by this endpoint.
public final EndpointStatus status()
The status of the endpoint.
If the service returns an enum value that is not available in the current SDK version, status will
return EndpointStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
EndpointStatuspublic final String statusAsString()
The status of the endpoint.
If the service returns an enum value that is not available in the current SDK version, status will
return EndpointStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
EndpointStatuspublic final Instant creationTime()
The time the endpoint was created.
public final boolean hasNetworkInterfaces()
public final List<NetworkInterface> networkInterfaces()
The network interface of the endpoint.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasNetworkInterfaces() 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.