Interface ListLifecycleExecutionResourcesRequest.Builder

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

  • Method Details

    • lifecycleExecutionId

      ListLifecycleExecutionResourcesRequest.Builder lifecycleExecutionId(String lifecycleExecutionId)

      Use the unique identifier for a runtime instance of the lifecycle policy to get runtime details.

      Parameters:
      lifecycleExecutionId - Use the unique identifier for a runtime instance of the lifecycle policy to get runtime details.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • parentResourceId

      ListLifecycleExecutionResourcesRequest.Builder parentResourceId(String parentResourceId)

      You can leave this empty to get a list of Image Builder resources that were identified for lifecycle actions.

      To get a list of associated resources that are impacted for an individual resource (the parent), specify its Amazon Resource Name (ARN). Associated resources are produced from your image and distributed when you run a build, such as AMIs or container images stored in ECR repositories.

      Parameters:
      parentResourceId - You can leave this empty to get a list of Image Builder resources that were identified for lifecycle actions.

      To get a list of associated resources that are impacted for an individual resource (the parent), specify its Amazon Resource Name (ARN). Associated resources are produced from your image and distributed when you run a build, such as AMIs or container images stored in ECR repositories.

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

      The maximum items to return in a request.

      Parameters:
      maxResults - The maximum items to return in a request.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • nextToken

      A token to specify where to start paginating. This is the nextToken from a previously truncated response.

      Parameters:
      nextToken - A token to specify where to start paginating. This is the nextToken from a previously truncated response.
      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.