Class VpcEndpoint
- java.lang.Object
-
- software.amazon.awssdk.services.osis.model.VpcEndpoint
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<VpcEndpoint.Builder,VpcEndpoint>
@Generated("software.amazon.awssdk:codegen") public final class VpcEndpoint extends Object implements SdkPojo, Serializable, ToCopyableBuilder<VpcEndpoint.Builder,VpcEndpoint>
An OpenSearch Ingestion-managed VPC endpoint that will access one or more pipelines.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceVpcEndpoint.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static VpcEndpoint.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends VpcEndpoint.Builder>serializableBuilderClass()VpcEndpoint.BuildertoBuilder()StringtoString()Returns a string representation of this object.StringvpcEndpointId()The unique identifier of the endpoint.StringvpcId()The ID for your VPC.VpcOptionsvpcOptions()Information about the VPC, including associated subnets and security groups.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
vpcEndpointId
public final String vpcEndpointId()
The unique identifier of the endpoint.
- Returns:
- The unique identifier of the endpoint.
-
vpcId
public final String vpcId()
The ID for your VPC. Amazon Web Services PrivateLink generates this value when you create a VPC.
- Returns:
- The ID for your VPC. Amazon Web Services PrivateLink generates this value when you create a VPC.
-
vpcOptions
public final VpcOptions vpcOptions()
Information about the VPC, including associated subnets and security groups.
- Returns:
- Information about the VPC, including associated subnets and security groups.
-
toBuilder
public VpcEndpoint.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<VpcEndpoint.Builder,VpcEndpoint>
-
builder
public static VpcEndpoint.Builder builder()
-
serializableBuilderClass
public static Class<? extends VpcEndpoint.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-