Interface ListEnvironmentTemplateVersionsRequest.Builder

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

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

    • majorVersion

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

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

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

      To view a list of major versions of an environment 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 an environment template to list.

      Parameters:
      maxResults - The maximum number of major or minor versions of an environment 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 an environment 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 an environment 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 environment template.

      Parameters:
      templateName - The name of the environment 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.