public static interface EndpointConfigSummary.Builder extends SdkPojo, 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.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
EndpointConfigSummary.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 © 2023. All rights reserved.