Interface ListGiMinorVersionsRequest.Builder

  • Method Details

    • giVersion

      The Oracle Grid Infrastructure (GI) major version.

      Parameters:
      giVersion - The Oracle Grid Infrastructure (GI) major version.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • maxResults

      The maximum number of items to return for this request. To get the next page of items, make another request with the token returned in the output.

      Parameters:
      maxResults - The maximum number of items to return for this request. To get the next page of items, make another request with the token returned in the output.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • nextToken

      The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.

      Parameters:
      nextToken - The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • shapeFamily

      ListGiMinorVersionsRequest.Builder shapeFamily(String shapeFamily)

      The shape family for the GI minor version.

      Parameters:
      shapeFamily - The shape family for the GI minor version.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • availabilityZone

      ListGiMinorVersionsRequest.Builder availabilityZone(String availabilityZone)

      The Availability Zone to filter GI minor versions.

      Parameters:
      availabilityZone - The Availability Zone to filter GI minor versions.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • availabilityZoneId

      ListGiMinorVersionsRequest.Builder availabilityZoneId(String availabilityZoneId)

      The Availability Zone ID to filter GI minor versions.

      Parameters:
      availabilityZoneId - The Availability Zone ID to filter GI minor versions.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

      ListGiMinorVersionsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration 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.