Interface EndpointConfigSummary.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<EndpointConfigSummary.Builder,EndpointConfigSummary>,SdkBuilder<EndpointConfigSummary.Builder,EndpointConfigSummary>,SdkPojo
- Enclosing class:
- EndpointConfigSummary
public static interface EndpointConfigSummary.Builder extends SdkPojo, CopyableBuilder<EndpointConfigSummary.Builder,EndpointConfigSummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EndpointConfigSummary.BuildercreationTime(Instant creationTime)A timestamp that shows when the endpoint configuration was created.EndpointConfigSummary.BuilderendpointConfigArn(String endpointConfigArn)The Amazon Resource Name (ARN) of the endpoint configuration.EndpointConfigSummary.BuilderendpointConfigName(String endpointConfigName)The name of the endpoint configuration.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
endpointConfigName
EndpointConfigSummary.Builder endpointConfigName(String endpointConfigName)
The name of the endpoint configuration.
- Parameters:
endpointConfigName- The name of the endpoint configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
endpointConfigArn
EndpointConfigSummary.Builder endpointConfigArn(String endpointConfigArn)
The Amazon Resource Name (ARN) of the endpoint configuration.
- Parameters:
endpointConfigArn- The Amazon Resource Name (ARN) of the endpoint configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
creationTime
EndpointConfigSummary.Builder creationTime(Instant creationTime)
A timestamp that shows when the endpoint configuration was created.
- Parameters:
creationTime- A timestamp that shows when the endpoint configuration was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-