public static interface DeleteServiceLinkedRoleResponse.Builder extends IamResponse.Builder, SdkPojo, 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.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
DeleteServiceLinkedRoleResponse.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.