public static interface ListMfaDeviceTagsResponse.Builder extends IamResponse.Builder, SdkPojo, CopyableBuilder<ListMfaDeviceTagsResponse.Builder,ListMfaDeviceTagsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListMfaDeviceTagsResponse.Builder |
isTruncated(Boolean isTruncated)
A flag that indicates whether there are more items to return.
|
ListMfaDeviceTagsResponse.Builder |
marker(String marker)
When
IsTruncated is true, this element is present and contains the value to use for
the Marker parameter in a subsequent pagination request. |
ListMfaDeviceTagsResponse.Builder |
tags(Collection<Tag> tags)
The list of tags that are currently attached to the virtual MFA device.
|
ListMfaDeviceTagsResponse.Builder |
tags(Consumer<Tag.Builder>... tags)
The list of tags that are currently attached to the virtual MFA device.
|
ListMfaDeviceTagsResponse.Builder |
tags(Tag... tags)
The list of tags that are currently attached to the virtual MFA device.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListMfaDeviceTagsResponse.Builder tags(Collection<Tag> tags)
The list of tags that are currently attached to the virtual MFA device. Each tag consists of a key name and an associated value. If no tags are attached to the specified resource, the response contains an empty list.
tags - The list of tags that are currently attached to the virtual MFA device. Each tag consists of a key
name and an associated value. If no tags are attached to the specified resource, the response contains
an empty list.ListMfaDeviceTagsResponse.Builder tags(Tag... tags)
The list of tags that are currently attached to the virtual MFA device. Each tag consists of a key name and an associated value. If no tags are attached to the specified resource, the response contains an empty list.
tags - The list of tags that are currently attached to the virtual MFA device. Each tag consists of a key
name and an associated value. If no tags are attached to the specified resource, the response contains
an empty list.ListMfaDeviceTagsResponse.Builder tags(Consumer<Tag.Builder>... tags)
The list of tags that are currently attached to the virtual MFA device. Each tag consists of a key name and an associated value. If no tags are attached to the specified resource, the response contains an empty list.
This is a convenience method that creates an instance of theTag.Builder avoiding the need to create one manually via
Tag.builder().
When the Consumer completes, SdkBuilder.build() is
called immediately and its result is passed to #tags(List.
tags - a consumer that will call methods on Tag.Builder#tags(java.util.Collection) ListMfaDeviceTagsResponse.Builder isTruncated(Boolean isTruncated)
A flag that indicates whether there are more items to return. If your results were truncated, you can make a
subsequent pagination request using the Marker request parameter to retrieve more items. Note
that IAM might return fewer than the MaxItems number of results even when there are more results
available. We recommend that you check IsTruncated after every call to ensure that you receive
all your results.
isTruncated - A flag that indicates whether there are more items to return. If your results were truncated, you can
make a subsequent pagination request using the Marker request parameter to retrieve more
items. Note that IAM might return fewer than the MaxItems number of results even when
there are more results available. We recommend that you check IsTruncated after every
call to ensure that you receive all your results.ListMfaDeviceTagsResponse.Builder marker(String marker)
When IsTruncated is true, this element is present and contains the value to use for
the Marker parameter in a subsequent pagination request.
marker - When IsTruncated is true, this element is present and contains the value to
use for the Marker parameter in a subsequent pagination request.Copyright © 2022. All rights reserved.