GetIngressPointResponse.Builder |
GetIngressPointResponse.Builder.aRecord(String aRecord) |
The DNS A Record that identifies your ingress endpoint.
|
static GetIngressPointResponse.Builder |
GetIngressPointResponse.builder() |
|
GetIngressPointResponse.Builder |
GetIngressPointResponse.Builder.createdTimestamp(Instant createdTimestamp) |
The timestamp of when the ingress endpoint was created.
|
GetIngressPointResponse.Builder |
GetIngressPointResponse.Builder.ingressPointArn(String ingressPointArn) |
The Amazon Resource Name (ARN) of the ingress endpoint resource.
|
default GetIngressPointResponse.Builder |
GetIngressPointResponse.Builder.ingressPointAuthConfiguration(Consumer<IngressPointAuthConfiguration.Builder> ingressPointAuthConfiguration) |
The authentication configuration of the ingress endpoint resource.
|
GetIngressPointResponse.Builder |
GetIngressPointResponse.Builder.ingressPointAuthConfiguration(IngressPointAuthConfiguration ingressPointAuthConfiguration) |
The authentication configuration of the ingress endpoint resource.
|
GetIngressPointResponse.Builder |
GetIngressPointResponse.Builder.ingressPointId(String ingressPointId) |
The identifier of an ingress endpoint resource.
|
GetIngressPointResponse.Builder |
GetIngressPointResponse.Builder.ingressPointName(String ingressPointName) |
A user friendly name for the ingress endpoint.
|
GetIngressPointResponse.Builder |
GetIngressPointResponse.Builder.lastUpdatedTimestamp(Instant lastUpdatedTimestamp) |
The timestamp of when the ingress endpoint was last updated.
|
GetIngressPointResponse.Builder |
GetIngressPointResponse.Builder.ruleSetId(String ruleSetId) |
The identifier of a rule set resource associated with the ingress endpoint.
|
GetIngressPointResponse.Builder |
GetIngressPointResponse.Builder.status(String status) |
The status of the ingress endpoint resource.
|
GetIngressPointResponse.Builder |
GetIngressPointResponse.Builder.status(IngressPointStatus status) |
The status of the ingress endpoint resource.
|
GetIngressPointResponse.Builder |
GetIngressPointResponse.toBuilder() |
|
GetIngressPointResponse.Builder |
GetIngressPointResponse.Builder.trafficPolicyId(String trafficPolicyId) |
The identifier of the traffic policy resource associated with the ingress endpoint.
|
GetIngressPointResponse.Builder |
GetIngressPointResponse.Builder.type(String type) |
The type of ingress endpoint.
|
GetIngressPointResponse.Builder |
GetIngressPointResponse.Builder.type(IngressPointType type) |
The type of ingress endpoint.
|