Interface GetFlowPermissionsResponse.Builder

  • Method Details

    • arn

      The Amazon Resource Name (ARN) of the flow you are getting permissions against.

      Parameters:
      arn - The Amazon Resource Name (ARN) of the flow you are getting permissions against.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • flowId

      The unique identifier of the flow with permissions.

      Parameters:
      flowId - The unique identifier of the flow with permissions.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • permissions

      A structure that contains the permissions for the flow.

      Parameters:
      permissions - A structure that contains the permissions for the flow.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • permissions

      GetFlowPermissionsResponse.Builder permissions(Permission... permissions)

      A structure that contains the permissions for the flow.

      Parameters:
      permissions - A structure that contains the permissions for the flow.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • permissions

      A structure that contains the permissions for the flow.

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

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to permissions(List<Permission>).

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

      The Amazon Web Services request ID for this operation.

      Parameters:
      requestId - The Amazon Web Services request ID for this operation.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • status

      The HTTP status of the request.

      Parameters:
      status - The HTTP status of the request.
      Returns:
      Returns a reference to this object so that method calls can be chained together.