@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class EndpointDetails extends Object implements Serializable, Cloneable, StructuredPojo
Information about the endpoint details.
Constructor and Description |
---|
EndpointDetails() |
Modifier and Type | Method and Description |
---|---|
EndpointDetails |
clone() |
boolean |
equals(Object obj) |
AwsGroundStationAgentEndpoint |
getAwsGroundStationAgentEndpoint()
An agent endpoint.
|
DataflowEndpoint |
getEndpoint()
A dataflow endpoint.
|
List<String> |
getHealthReasons()
Health reasons for a dataflow endpoint.
|
String |
getHealthStatus()
A dataflow endpoint health status.
|
SecurityDetails |
getSecurityDetails()
Endpoint security details including a list of subnets, a list of security groups and a role to connect streams to
instances.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setAwsGroundStationAgentEndpoint(AwsGroundStationAgentEndpoint awsGroundStationAgentEndpoint)
An agent endpoint.
|
void |
setEndpoint(DataflowEndpoint endpoint)
A dataflow endpoint.
|
void |
setHealthReasons(Collection<String> healthReasons)
Health reasons for a dataflow endpoint.
|
void |
setHealthStatus(String healthStatus)
A dataflow endpoint health status.
|
void |
setSecurityDetails(SecurityDetails securityDetails)
Endpoint security details including a list of subnets, a list of security groups and a role to connect streams to
instances.
|
String |
toString()
Returns a string representation of this object.
|
EndpointDetails |
withAwsGroundStationAgentEndpoint(AwsGroundStationAgentEndpoint awsGroundStationAgentEndpoint)
An agent endpoint.
|
EndpointDetails |
withEndpoint(DataflowEndpoint endpoint)
A dataflow endpoint.
|
EndpointDetails |
withHealthReasons(CapabilityHealthReason... healthReasons)
Health reasons for a dataflow endpoint.
|
EndpointDetails |
withHealthReasons(Collection<String> healthReasons)
Health reasons for a dataflow endpoint.
|
EndpointDetails |
withHealthReasons(String... healthReasons)
Health reasons for a dataflow endpoint.
|
EndpointDetails |
withHealthStatus(CapabilityHealth healthStatus)
A dataflow endpoint health status.
|
EndpointDetails |
withHealthStatus(String healthStatus)
A dataflow endpoint health status.
|
EndpointDetails |
withSecurityDetails(SecurityDetails securityDetails)
Endpoint security details including a list of subnets, a list of security groups and a role to connect streams to
instances.
|
public void setAwsGroundStationAgentEndpoint(AwsGroundStationAgentEndpoint awsGroundStationAgentEndpoint)
An agent endpoint.
awsGroundStationAgentEndpoint
- An agent endpoint.public AwsGroundStationAgentEndpoint getAwsGroundStationAgentEndpoint()
An agent endpoint.
public EndpointDetails withAwsGroundStationAgentEndpoint(AwsGroundStationAgentEndpoint awsGroundStationAgentEndpoint)
An agent endpoint.
awsGroundStationAgentEndpoint
- An agent endpoint.public void setEndpoint(DataflowEndpoint endpoint)
A dataflow endpoint.
endpoint
- A dataflow endpoint.public DataflowEndpoint getEndpoint()
A dataflow endpoint.
public EndpointDetails withEndpoint(DataflowEndpoint endpoint)
A dataflow endpoint.
endpoint
- A dataflow endpoint.public List<String> getHealthReasons()
Health reasons for a dataflow endpoint. This field is ignored when calling
CreateDataflowEndpointGroup
.
CreateDataflowEndpointGroup
.CapabilityHealthReason
public void setHealthReasons(Collection<String> healthReasons)
Health reasons for a dataflow endpoint. This field is ignored when calling
CreateDataflowEndpointGroup
.
healthReasons
- Health reasons for a dataflow endpoint. This field is ignored when calling
CreateDataflowEndpointGroup
.CapabilityHealthReason
public EndpointDetails withHealthReasons(String... healthReasons)
Health reasons for a dataflow endpoint. This field is ignored when calling
CreateDataflowEndpointGroup
.
NOTE: This method appends the values to the existing list (if any). Use
setHealthReasons(java.util.Collection)
or withHealthReasons(java.util.Collection)
if you want
to override the existing values.
healthReasons
- Health reasons for a dataflow endpoint. This field is ignored when calling
CreateDataflowEndpointGroup
.CapabilityHealthReason
public EndpointDetails withHealthReasons(Collection<String> healthReasons)
Health reasons for a dataflow endpoint. This field is ignored when calling
CreateDataflowEndpointGroup
.
healthReasons
- Health reasons for a dataflow endpoint. This field is ignored when calling
CreateDataflowEndpointGroup
.CapabilityHealthReason
public EndpointDetails withHealthReasons(CapabilityHealthReason... healthReasons)
Health reasons for a dataflow endpoint. This field is ignored when calling
CreateDataflowEndpointGroup
.
healthReasons
- Health reasons for a dataflow endpoint. This field is ignored when calling
CreateDataflowEndpointGroup
.CapabilityHealthReason
public void setHealthStatus(String healthStatus)
A dataflow endpoint health status. This field is ignored when calling CreateDataflowEndpointGroup
.
healthStatus
- A dataflow endpoint health status. This field is ignored when calling
CreateDataflowEndpointGroup
.CapabilityHealth
public String getHealthStatus()
A dataflow endpoint health status. This field is ignored when calling CreateDataflowEndpointGroup
.
CreateDataflowEndpointGroup
.CapabilityHealth
public EndpointDetails withHealthStatus(String healthStatus)
A dataflow endpoint health status. This field is ignored when calling CreateDataflowEndpointGroup
.
healthStatus
- A dataflow endpoint health status. This field is ignored when calling
CreateDataflowEndpointGroup
.CapabilityHealth
public EndpointDetails withHealthStatus(CapabilityHealth healthStatus)
A dataflow endpoint health status. This field is ignored when calling CreateDataflowEndpointGroup
.
healthStatus
- A dataflow endpoint health status. This field is ignored when calling
CreateDataflowEndpointGroup
.CapabilityHealth
public void setSecurityDetails(SecurityDetails securityDetails)
Endpoint security details including a list of subnets, a list of security groups and a role to connect streams to instances.
securityDetails
- Endpoint security details including a list of subnets, a list of security groups and a role to connect
streams to instances.public SecurityDetails getSecurityDetails()
Endpoint security details including a list of subnets, a list of security groups and a role to connect streams to instances.
public EndpointDetails withSecurityDetails(SecurityDetails securityDetails)
Endpoint security details including a list of subnets, a list of security groups and a role to connect streams to instances.
securityDetails
- Endpoint security details including a list of subnets, a list of security groups and a role to connect
streams to instances.public String toString()
toString
in class Object
Object.toString()
public EndpointDetails clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.