Interface GrantFlowEntitlementsResponse.Builder

    • Method Detail

      • entitlements

        GrantFlowEntitlementsResponse.Builder entitlements​(Collection<Entitlement> entitlements)
        The entitlements that were just granted.
        Parameters:
        entitlements - The entitlements that were just granted.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • entitlements

        GrantFlowEntitlementsResponse.Builder entitlements​(Entitlement... entitlements)
        The entitlements that were just granted.
        Parameters:
        entitlements - The entitlements that were just granted.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • flowArn

        GrantFlowEntitlementsResponse.Builder flowArn​(String flowArn)
        The ARN of the flow that these entitlements were granted to.
        Parameters:
        flowArn - The ARN of the flow that these entitlements were granted to.
        Returns:
        Returns a reference to this object so that method calls can be chained together.