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 Details

    • 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.