Interface GetDelegationRequestRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<GetDelegationRequestRequest.Builder,,GetDelegationRequestRequest> IamRequest.Builder,SdkBuilder<GetDelegationRequestRequest.Builder,,GetDelegationRequestRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
GetDelegationRequestRequest
-
Method Summary
Modifier and TypeMethodDescriptiondelegationPermissionCheck(Boolean delegationPermissionCheck) Specifies whether to perform a permission check for the delegation request.delegationRequestId(String delegationRequestId) The unique identifier of the delegation request to retrieve.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.iam.model.IamRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
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
Specifies whether to perform a permission check for the delegation request.
If set to true, the
GetDelegationRequestAPI 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
PermissionCheckStatusand thePermissionCheckResultresponse attributes for further details.- Parameters:
delegationPermissionCheck- Specifies whether to perform a permission check for the delegation request.If set to true, the
GetDelegationRequestAPI 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
PermissionCheckStatusand thePermissionCheckResultresponse 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.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
overrideConfiguration- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
GetDelegationRequestRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-