Interface GetDelegationRequestRequest.Builder

  • Method Details

    • delegationRequestId

      GetDelegationRequestRequest.Builder delegationRequestId(String delegationRequestId)

      The unique identifier of the delegation request to retrieve.

      Parameters:
      delegationRequestId - The unique identifier of the delegation request to retrieve.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • delegationPermissionCheck

      GetDelegationRequestRequest.Builder delegationPermissionCheck(Boolean delegationPermissionCheck)

      Specifies whether to perform a permission check for the delegation request.

      If set to true, the GetDelegationRequest API call will start a permission check process. This process calculates whether the caller has sufficient permissions to cover the asks from this delegation request.

      Setting this parameter to true does not guarantee an answer in the response. See the PermissionCheckStatus and the PermissionCheckResult response attributes for further details.

      Parameters:
      delegationPermissionCheck - Specifies whether to perform a permission check for the delegation request.

      If set to true, the GetDelegationRequest API call will start a permission check process. This process calculates whether the caller has sufficient permissions to cover the asks from this delegation request.

      Setting this parameter to true does not guarantee an answer in the response. See the PermissionCheckStatus and the PermissionCheckResult response attributes for further details.

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

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