Interface CreateDelegationRequestResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<CreateDelegationRequestResponse.Builder,,CreateDelegationRequestResponse> IamResponse.Builder,SdkBuilder<CreateDelegationRequestResponse.Builder,,CreateDelegationRequestResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
CreateDelegationRequestResponse
-
Method Summary
Modifier and TypeMethodDescriptionconsoleDeepLink(String consoleDeepLink) A deep link URL to the Amazon Web Services Management Console for managing the delegation request.delegationRequestId(String delegationRequestId) The unique identifier for the created delegation request.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.iam.model.IamResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
consoleDeepLink
A deep link URL to the Amazon Web Services Management Console for managing the delegation request.
For a console based workflow, partners should redirect the customer to this URL. If the customer is not logged in to any Amazon Web Services account, the Amazon Web Services workflow will automatically direct the customer to log in and then display the delegation request approval page.
- Parameters:
consoleDeepLink- A deep link URL to the Amazon Web Services Management Console for managing the delegation request.For a console based workflow, partners should redirect the customer to this URL. If the customer is not logged in to any Amazon Web Services account, the Amazon Web Services workflow will automatically direct the customer to log in and then display the delegation request approval page.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
delegationRequestId
The unique identifier for the created delegation request.
- Parameters:
delegationRequestId- The unique identifier for the created delegation request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-