public static interface DeleteServiceLinkedRoleResponse.Builder extends IAMResponse.Builder, CopyableBuilder<DeleteServiceLinkedRoleResponse.Builder,DeleteServiceLinkedRoleResponse>
| Modifier and Type | Method and Description |
|---|---|
DeleteServiceLinkedRoleResponse.Builder |
deletionTaskId(String deletionTaskId)
The deletion task identifier that you can use to check the status of the deletion.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildDeleteServiceLinkedRoleResponse.Builder deletionTaskId(String deletionTaskId)
The deletion task identifier that you can use to check the status of the deletion. This identifier is
returned in the format
task/aws-service-role/<service-principal-name>/<role-name>/<task-uuid>.
deletionTaskId - The deletion task identifier that you can use to check the status of the deletion. This identifier is
returned in the format
task/aws-service-role/<service-principal-name>/<role-name>/<task-uuid>.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.