Interface ListServiceTemplateVersionsRequest.Builder

All Superinterfaces:
AwsRequest.Builder, Buildable, CopyableBuilder<ListServiceTemplateVersionsRequest.Builder,ListServiceTemplateVersionsRequest>, ProtonRequest.Builder, SdkBuilder<ListServiceTemplateVersionsRequest.Builder,ListServiceTemplateVersionsRequest>, SdkPojo, SdkRequest.Builder
Enclosing class:
ListServiceTemplateVersionsRequest

public static interface ListServiceTemplateVersionsRequest.Builder extends ProtonRequest.Builder, SdkPojo, CopyableBuilder<ListServiceTemplateVersionsRequest.Builder,ListServiceTemplateVersionsRequest>
  • Method Details

    • majorVersion

      To view a list of minor of versions under a major version of a service template, include major Version.

      To view a list of major versions of a service template, exclude major Version.

      Parameters:
      majorVersion - To view a list of minor of versions under a major version of a service template, include major Version.

      To view a list of major versions of a service template, exclude major Version.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • maxResults

      The maximum number of major or minor versions of a service template to list.

      Parameters:
      maxResults - The maximum number of major or minor versions of a service template to list.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • nextToken

      A token that indicates the location of the next major or minor version in the array of major or minor versions of a service template, after the list of major or minor versions that was previously requested.

      Parameters:
      nextToken - A token that indicates the location of the next major or minor version in the array of major or minor versions of a service template, after the list of major or minor versions that was previously requested.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • templateName

      The name of the service template.

      Parameters:
      templateName - The name of the service template.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.