public static interface DeletionTaskFailureReasonType.Builder extends SdkPojo, CopyableBuilder<DeletionTaskFailureReasonType.Builder,DeletionTaskFailureReasonType>
| Modifier and Type | Method and Description |
|---|---|
DeletionTaskFailureReasonType.Builder |
reason(String reason)
A short description of the reason that the service-linked role deletion failed.
|
DeletionTaskFailureReasonType.Builder |
roleUsageList(Collection<RoleUsageType> roleUsageList)
A list of objects that contains details about the service-linked role deletion failure, if that information
is returned by the service.
|
DeletionTaskFailureReasonType.Builder |
roleUsageList(Consumer<RoleUsageType.Builder>... roleUsageList)
A list of objects that contains details about the service-linked role deletion failure, if that information
is returned by the service.
|
DeletionTaskFailureReasonType.Builder |
roleUsageList(RoleUsageType... roleUsageList)
A list of objects that contains details about the service-linked role deletion failure, if that information
is returned by the service.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDeletionTaskFailureReasonType.Builder reason(String reason)
A short description of the reason that the service-linked role deletion failed.
reason - A short description of the reason that the service-linked role deletion failed.DeletionTaskFailureReasonType.Builder roleUsageList(Collection<RoleUsageType> roleUsageList)
A list of objects that contains details about the service-linked role deletion failure, if that information is returned by the service. If the service-linked role has active sessions or if any resources that were used by the role have not been deleted from the linked service, the role can't be deleted. This parameter includes a list of the resources that are associated with the role and the Region in which the resources are being used.
roleUsageList - A list of objects that contains details about the service-linked role deletion failure, if that
information is returned by the service. If the service-linked role has active sessions or if any
resources that were used by the role have not been deleted from the linked service, the role can't be
deleted. This parameter includes a list of the resources that are associated with the role and the
Region in which the resources are being used.DeletionTaskFailureReasonType.Builder roleUsageList(RoleUsageType... roleUsageList)
A list of objects that contains details about the service-linked role deletion failure, if that information is returned by the service. If the service-linked role has active sessions or if any resources that were used by the role have not been deleted from the linked service, the role can't be deleted. This parameter includes a list of the resources that are associated with the role and the Region in which the resources are being used.
roleUsageList - A list of objects that contains details about the service-linked role deletion failure, if that
information is returned by the service. If the service-linked role has active sessions or if any
resources that were used by the role have not been deleted from the linked service, the role can't be
deleted. This parameter includes a list of the resources that are associated with the role and the
Region in which the resources are being used.DeletionTaskFailureReasonType.Builder roleUsageList(Consumer<RoleUsageType.Builder>... roleUsageList)
A list of objects that contains details about the service-linked role deletion failure, if that information is returned by the service. If the service-linked role has active sessions or if any resources that were used by the role have not been deleted from the linked service, the role can't be deleted. This parameter includes a list of the resources that are associated with the role and the Region in which the resources are being used.
This is a convenience method that creates an instance of theRoleUsageType.Builder avoiding the need to create one
manually via RoleUsageType.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and its
result is passed to #roleUsageList(List.
roleUsageList - a consumer that will call methods on
RoleUsageType.Builder#roleUsageList(java.util.Collection) Copyright © 2022. All rights reserved.