public static interface EndpointDetails.Builder extends SdkPojo, CopyableBuilder<EndpointDetails.Builder,EndpointDetails>
| Modifier and Type | Method and Description |
|---|---|
EndpointDetails.Builder |
awsGroundStationAgentEndpoint(AwsGroundStationAgentEndpoint awsGroundStationAgentEndpoint)
An agent endpoint.
|
default EndpointDetails.Builder |
awsGroundStationAgentEndpoint(Consumer<AwsGroundStationAgentEndpoint.Builder> awsGroundStationAgentEndpoint)
An agent endpoint.
|
default EndpointDetails.Builder |
endpoint(Consumer<DataflowEndpoint.Builder> endpoint)
A dataflow endpoint.
|
EndpointDetails.Builder |
endpoint(DataflowEndpoint endpoint)
A dataflow endpoint.
|
EndpointDetails.Builder |
healthReasons(CapabilityHealthReason... healthReasons)
Health reasons for a dataflow endpoint.
|
EndpointDetails.Builder |
healthReasons(Collection<CapabilityHealthReason> healthReasons)
Health reasons for a dataflow endpoint.
|
EndpointDetails.Builder |
healthReasonsWithStrings(Collection<String> healthReasons)
Health reasons for a dataflow endpoint.
|
EndpointDetails.Builder |
healthReasonsWithStrings(String... healthReasons)
Health reasons for a dataflow endpoint.
|
EndpointDetails.Builder |
healthStatus(CapabilityHealth healthStatus)
A dataflow endpoint health status.
|
EndpointDetails.Builder |
healthStatus(String healthStatus)
A dataflow endpoint health status.
|
default EndpointDetails.Builder |
securityDetails(Consumer<SecurityDetails.Builder> securityDetails)
Endpoint security details including a list of subnets, a list of security groups and a role to connect
streams to instances.
|
EndpointDetails.Builder |
securityDetails(SecurityDetails securityDetails)
Endpoint security details including a list of subnets, a list of security groups and a role to connect
streams to instances.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildEndpointDetails.Builder awsGroundStationAgentEndpoint(AwsGroundStationAgentEndpoint awsGroundStationAgentEndpoint)
An agent endpoint.
awsGroundStationAgentEndpoint - An agent endpoint.default EndpointDetails.Builder awsGroundStationAgentEndpoint(Consumer<AwsGroundStationAgentEndpoint.Builder> awsGroundStationAgentEndpoint)
An agent endpoint.
This is a convenience method that creates an instance of theAwsGroundStationAgentEndpoint.Builder
avoiding the need to create one manually via AwsGroundStationAgentEndpoint.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to awsGroundStationAgentEndpoint(AwsGroundStationAgentEndpoint).
awsGroundStationAgentEndpoint - a consumer that will call methods on AwsGroundStationAgentEndpoint.BuilderawsGroundStationAgentEndpoint(AwsGroundStationAgentEndpoint)EndpointDetails.Builder endpoint(DataflowEndpoint endpoint)
A dataflow endpoint.
endpoint - A dataflow endpoint.default EndpointDetails.Builder endpoint(Consumer<DataflowEndpoint.Builder> endpoint)
A dataflow endpoint.
This is a convenience method that creates an instance of theDataflowEndpoint.Builder avoiding the
need to create one manually via DataflowEndpoint.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to endpoint(DataflowEndpoint).
endpoint - a consumer that will call methods on DataflowEndpoint.Builderendpoint(DataflowEndpoint)EndpointDetails.Builder healthReasonsWithStrings(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.EndpointDetails.Builder healthReasonsWithStrings(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.EndpointDetails.Builder healthReasons(Collection<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.EndpointDetails.Builder healthReasons(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.EndpointDetails.Builder healthStatus(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,
CapabilityHealthEndpointDetails.Builder healthStatus(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,
CapabilityHealthEndpointDetails.Builder securityDetails(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.default EndpointDetails.Builder securityDetails(Consumer<SecurityDetails.Builder> securityDetails)
Endpoint security details including a list of subnets, a list of security groups and a role to connect streams to instances.
This is a convenience method that creates an instance of theSecurityDetails.Builder avoiding the
need to create one manually via SecurityDetails.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to securityDetails(SecurityDetails).
securityDetails - a consumer that will call methods on SecurityDetails.BuildersecurityDetails(SecurityDetails)Copyright © 2023. All rights reserved.