Interface ListLicenseServerEndpointsResponse.Builder

  • Method Details

    • licenseServerEndpoints

      ListLicenseServerEndpointsResponse.Builder licenseServerEndpoints(Collection<LicenseServerEndpoint> licenseServerEndpoints)

      An array of LicenseServerEndpoint resources that contain detailed information about the RDS License Servers that meet the request criteria.

      Parameters:
      licenseServerEndpoints - An array of LicenseServerEndpoint resources that contain detailed information about the RDS License Servers that meet the request criteria.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • licenseServerEndpoints

      ListLicenseServerEndpointsResponse.Builder licenseServerEndpoints(LicenseServerEndpoint... licenseServerEndpoints)

      An array of LicenseServerEndpoint resources that contain detailed information about the RDS License Servers that meet the request criteria.

      Parameters:
      licenseServerEndpoints - An array of LicenseServerEndpoint resources that contain detailed information about the RDS License Servers that meet the request criteria.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • licenseServerEndpoints

      ListLicenseServerEndpointsResponse.Builder licenseServerEndpoints(Consumer<LicenseServerEndpoint.Builder>... licenseServerEndpoints)

      An array of LicenseServerEndpoint resources that contain detailed information about the RDS License Servers that meet the request criteria.

      This is a convenience method that creates an instance of the LicenseServerEndpoint.Builder avoiding the need to create one manually via LicenseServerEndpoint.builder() .

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to licenseServerEndpoints(List<LicenseServerEndpoint>).

      Parameters:
      licenseServerEndpoints - a consumer that will call methods on LicenseServerEndpoint.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • nextToken

      The next token used for paginated responses. When this field isn't empty, there are additional elements that the service hasn't included in this request. Use this token with the next request to retrieve additional objects.

      Parameters:
      nextToken - The next token used for paginated responses. When this field isn't empty, there are additional elements that the service hasn't included in this request. Use this token with the next request to retrieve additional objects.
      Returns:
      Returns a reference to this object so that method calls can be chained together.