Interface GetPolicyGenerationSummaryResponse.Builder

  • Method Details

    • policyEngineId

      GetPolicyGenerationSummaryResponse.Builder policyEngineId(String policyEngineId)

      The identifier of the policy engine associated with this policy generation.

      Parameters:
      policyEngineId - The identifier of the policy engine associated with this policy generation.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • policyGenerationId

      GetPolicyGenerationSummaryResponse.Builder policyGenerationId(String policyGenerationId)

      The unique identifier of the policy generation request.

      Parameters:
      policyGenerationId - The unique identifier of the policy generation request.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • name

      The customer-assigned name for the policy generation request.

      Parameters:
      name - The customer-assigned name for the policy generation request.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • policyGenerationArn

      GetPolicyGenerationSummaryResponse.Builder policyGenerationArn(String policyGenerationArn)

      The Amazon Resource Name (ARN) of the policy generation request.

      Parameters:
      policyGenerationArn - The Amazon Resource Name (ARN) of the policy generation request.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • resource

      The resource information associated with the policy generation.

      Parameters:
      resource - The resource information associated with the policy generation.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • resource

      The resource information associated with the policy generation.

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

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

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

      The timestamp when the policy generation request was created.

      Parameters:
      createdAt - The timestamp when the policy generation request was created.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • updatedAt

      The timestamp when the policy generation was last updated.

      Parameters:
      updatedAt - The timestamp when the policy generation was last updated.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • status

      The current status of the policy generation request.

      Parameters:
      status - The current status of the policy generation request.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • status

      The current status of the policy generation request.

      Parameters:
      status - The current status of the policy generation request.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • findings

      The findings from the policy generation process, if available.

      Parameters:
      findings - The findings from the policy generation process, if available.
      Returns:
      Returns a reference to this object so that method calls can be chained together.