Interface IngressPoint.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<IngressPoint.Builder,IngressPoint>,SdkBuilder<IngressPoint.Builder,IngressPoint>,SdkPojo
- Enclosing class:
- IngressPoint
public static interface IngressPoint.Builder extends SdkPojo, CopyableBuilder<IngressPoint.Builder,IngressPoint>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IngressPoint.BuilderaRecord(String aRecord)The DNS A Record that identifies your ingress endpoint.IngressPoint.BuilderingressPointId(String ingressPointId)The identifier of the ingress endpoint resource.IngressPoint.BuilderingressPointName(String ingressPointName)A user friendly name for the ingress endpoint resource.IngressPoint.Builderstatus(String status)The status of the ingress endpoint resource.IngressPoint.Builderstatus(IngressPointStatus status)The status of the ingress endpoint resource.IngressPoint.Buildertype(String type)The type of ingress endpoint resource.IngressPoint.Buildertype(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, sdkFields
-
-
-
-
Method Detail
-
aRecord
IngressPoint.Builder aRecord(String 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
IngressPoint.Builder ingressPointId(String 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
IngressPoint.Builder ingressPointName(String 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
IngressPoint.Builder status(String 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:
IngressPointStatus,IngressPointStatus
-
status
IngressPoint.Builder status(IngressPointStatus 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:
IngressPointStatus,IngressPointStatus
-
type
IngressPoint.Builder type(String 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:
IngressPointType,IngressPointType
-
type
IngressPoint.Builder type(IngressPointType 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:
IngressPointType,IngressPointType
-
-