Interface AccessEndpoint.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AccessEndpoint.Builder,AccessEndpoint>,SdkBuilder<AccessEndpoint.Builder,AccessEndpoint>,SdkPojo
- Enclosing class:
- AccessEndpoint
public static interface AccessEndpoint.Builder extends SdkPojo, CopyableBuilder<AccessEndpoint.Builder,AccessEndpoint>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AccessEndpoint.BuilderendpointType(String endpointType)The type of interface endpoint.AccessEndpoint.BuilderendpointType(AccessEndpointType endpointType)The type of interface endpoint.AccessEndpoint.BuildervpceId(String vpceId)The identifier (ID) of the VPC in which the interface endpoint is used.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
endpointType
AccessEndpoint.Builder endpointType(String endpointType)
The type of interface endpoint.
- Parameters:
endpointType- The type of interface endpoint.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
AccessEndpointType,AccessEndpointType
-
endpointType
AccessEndpoint.Builder endpointType(AccessEndpointType endpointType)
The type of interface endpoint.
- Parameters:
endpointType- The type of interface endpoint.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
AccessEndpointType,AccessEndpointType
-
vpceId
AccessEndpoint.Builder vpceId(String vpceId)
The identifier (ID) of the VPC in which the interface endpoint is used.
- Parameters:
vpceId- The identifier (ID) of the VPC in which the interface endpoint is used.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-