public static interface EndpointConfigSummary.Builder extends CopyableBuilder<EndpointConfigSummary.Builder,EndpointConfigSummary>
| Modifier and Type | Method and Description |
|---|---|
EndpointConfigSummary.Builder |
creationTime(Instant creationTime)
A timestamp that shows when the endpoint configuration was created.
|
EndpointConfigSummary.Builder |
endpointConfigArn(String endpointConfigArn)
The Amazon Resource Name (ARN) of the endpoint configuration.
|
EndpointConfigSummary.Builder |
endpointConfigName(String endpointConfigName)
The name of the endpoint configuration.
|
copyapply, buildEndpointConfigSummary.Builder endpointConfigName(String endpointConfigName)
The name of the endpoint configuration.
endpointConfigName - The name of the endpoint configuration.EndpointConfigSummary.Builder endpointConfigArn(String endpointConfigArn)
The Amazon Resource Name (ARN) of the endpoint configuration.
endpointConfigArn - The Amazon Resource Name (ARN) of the endpoint configuration.EndpointConfigSummary.Builder creationTime(Instant creationTime)
A timestamp that shows when the endpoint configuration was created.
creationTime - A timestamp that shows when the endpoint configuration was created.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.