Interface DescribeEndpointsRequest.Builder

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

public static interface DescribeEndpointsRequest.Builder extends MediaConvertRequest.Builder, SdkPojo, CopyableBuilder<DescribeEndpointsRequest.Builder,DescribeEndpointsRequest>
  • Method Details

    • maxResults

      DescribeEndpointsRequest.Builder maxResults(Integer maxResults)
      Optional. Max number of endpoints, up to twenty, that will be returned at one time.
      Parameters:
      maxResults - Optional. Max number of endpoints, up to twenty, that will be returned at one time.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • mode

      Optional field, defaults to DEFAULT. Specify DEFAULT for this operation to return your endpoints if any exist, or to create an endpoint for you and return it if one doesn't already exist. Specify GET_ONLY to return your endpoints if any exist, or an empty list if none exist.
      Parameters:
      mode - Optional field, defaults to DEFAULT. Specify DEFAULT for this operation to return your endpoints if any exist, or to create an endpoint for you and return it if one doesn't already exist. Specify GET_ONLY to return your endpoints if any exist, or an empty list if none exist.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • mode

      Optional field, defaults to DEFAULT. Specify DEFAULT for this operation to return your endpoints if any exist, or to create an endpoint for you and return it if one doesn't already exist. Specify GET_ONLY to return your endpoints if any exist, or an empty list if none exist.
      Parameters:
      mode - Optional field, defaults to DEFAULT. Specify DEFAULT for this operation to return your endpoints if any exist, or to create an endpoint for you and return it if one doesn't already exist. Specify GET_ONLY to return your endpoints if any exist, or an empty list if none exist.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • nextToken

      Use this string, provided with the response to a previous request, to request the next batch of endpoints.
      Parameters:
      nextToken - Use this string, provided with the response to a previous request, to request the next batch of endpoints.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

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