public static interface EndpointSummary.Builder extends CopyableBuilder<EndpointSummary.Builder,EndpointSummary>
| Modifier and Type | Method and Description |
|---|---|
EndpointSummary.Builder |
creationTime(Instant creationTime)
A timestamp that shows when the endpoint was created.
|
EndpointSummary.Builder |
endpointArn(String endpointArn)
The Amazon Resource Name (ARN) of the endpoint.
|
EndpointSummary.Builder |
endpointName(String endpointName)
The name of the endpoint.
|
EndpointSummary.Builder |
endpointStatus(EndpointStatus endpointStatus)
The status of the endpoint.
|
EndpointSummary.Builder |
endpointStatus(String endpointStatus)
The status of the endpoint.
|
EndpointSummary.Builder |
lastModifiedTime(Instant lastModifiedTime)
A timestamp that shows when the endpoint was last modified.
|
copyapply, buildEndpointSummary.Builder endpointName(String endpointName)
The name of the endpoint.
endpointName - The name of the endpoint.EndpointSummary.Builder endpointArn(String endpointArn)
The Amazon Resource Name (ARN) of the endpoint.
endpointArn - The Amazon Resource Name (ARN) of the endpoint.EndpointSummary.Builder creationTime(Instant creationTime)
A timestamp that shows when the endpoint was created.
creationTime - A timestamp that shows when the endpoint was created.EndpointSummary.Builder lastModifiedTime(Instant lastModifiedTime)
A timestamp that shows when the endpoint was last modified.
lastModifiedTime - A timestamp that shows when the endpoint was last modified.EndpointSummary.Builder endpointStatus(String endpointStatus)
The status of the endpoint.
endpointStatus - The status of the endpoint.EndpointStatus,
EndpointStatusEndpointSummary.Builder endpointStatus(EndpointStatus endpointStatus)
The status of the endpoint.
endpointStatus - The status of the endpoint.EndpointStatus,
EndpointStatusCopyright © 2017 Amazon Web Services, Inc. All Rights Reserved.