Interface IngressPoint.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<IngressPoint.Builder,
,IngressPoint> SdkBuilder<IngressPoint.Builder,
,IngressPoint> SdkPojo
- Enclosing class:
IngressPoint
@Mutable
@NotThreadSafe
public static interface IngressPoint.Builder
extends SdkPojo, CopyableBuilder<IngressPoint.Builder,IngressPoint>
-
Method Summary
Modifier and TypeMethodDescriptionThe DNS A Record that identifies your ingress endpoint.ingressPointId
(String ingressPointId) The identifier of the ingress endpoint resource.ingressPointName
(String ingressPointName) A user friendly name for the ingress endpoint resource.The status of the ingress endpoint resource.status
(IngressPointStatus status) The status of the ingress endpoint resource.The type of ingress endpoint resource.type
(IngressPointType type) The type of ingress endpoint resource.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
-
aRecord
The DNS A Record that identifies your ingress endpoint. Configure your DNS Mail Exchange (MX) record with this value to route emails to Mail Manager.
- Parameters:
aRecord
- The DNS A Record that identifies your ingress endpoint. Configure your DNS Mail Exchange (MX) record with this value to route emails to Mail Manager.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ingressPointId
The identifier of the ingress endpoint resource.
- Parameters:
ingressPointId
- The identifier of the ingress endpoint resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ingressPointName
A user friendly name for the ingress endpoint resource.
- Parameters:
ingressPointName
- A user friendly name for the ingress endpoint resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The status of the ingress endpoint resource.
- Parameters:
status
- The status of the ingress endpoint resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The status of the ingress endpoint resource.
- Parameters:
status
- The status of the ingress endpoint resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
type
The type of ingress endpoint resource.
- Parameters:
type
- The type of ingress endpoint resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
type
The type of ingress endpoint resource.
- Parameters:
type
- The type of ingress endpoint resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-