Interface DescribeEventsRequest.Builder

  • Method Details

    • stackName

      DescribeEventsRequest.Builder stackName(String stackName)

      The name or unique stack ID for which you want to retrieve events. If you specified the name of a change set, specify the stack name or ID (ARN) of the change set you want to describe.

      Parameters:
      stackName - The name or unique stack ID for which you want to retrieve events. If you specified the name of a change set, specify the stack name or ID (ARN) of the change set you want to describe.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • changeSetName

      DescribeEventsRequest.Builder changeSetName(String changeSetName)

      The name or Amazon Resource Name (ARN) of the change set for which you want to retrieve events.

      Parameters:
      changeSetName - The name or Amazon Resource Name (ARN) of the change set for which you want to retrieve events.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • operationId

      DescribeEventsRequest.Builder operationId(String operationId)

      The unique identifier of the operation for which you want to retrieve events.

      Parameters:
      operationId - The unique identifier of the operation for which you want to retrieve events.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • filters

      Filters to apply when retrieving events.

      Parameters:
      filters - Filters to apply when retrieving events.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • filters

      Filters to apply when retrieving events.

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

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to filters(EventFilter).

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

      DescribeEventsRequest.Builder nextToken(String nextToken)

      The token for the next set of items to return. (You received this token from a previous call.)

      Parameters:
      nextToken - The token for the next set of items to return. (You received this token from a previous call.)
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

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