Interface AccessEndpoint.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<AccessEndpoint.Builder,
,AccessEndpoint> SdkBuilder<AccessEndpoint.Builder,
,AccessEndpoint> SdkPojo
- Enclosing class:
AccessEndpoint
@Mutable
@NotThreadSafe
public static interface AccessEndpoint.Builder
extends SdkPojo, CopyableBuilder<AccessEndpoint.Builder,AccessEndpoint>
-
Method Summary
Modifier and TypeMethodDescriptionaccessEndpointType
(String accessEndpointType) Indicates the type of access endpoint.accessEndpointType
(AccessEndpointType accessEndpointType) Indicates the type of access endpoint.vpcEndpointId
(String vpcEndpointId) Indicates the VPC endpoint to use for access.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 Details
-
accessEndpointType
Indicates the type of access endpoint.
- Parameters:
accessEndpointType
- Indicates the type of access endpoint.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
accessEndpointType
Indicates the type of access endpoint.
- Parameters:
accessEndpointType
- Indicates the type of access endpoint.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
vpcEndpointId
Indicates the VPC endpoint to use for access.
- Parameters:
vpcEndpointId
- Indicates the VPC endpoint to use for access.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-