Interface ListUsersIndexCapacityResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListUsersIndexCapacityResponse.Builder,,ListUsersIndexCapacityResponse> QuickSightResponse.Builder,SdkBuilder<ListUsersIndexCapacityResponse.Builder,,ListUsersIndexCapacityResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
ListUsersIndexCapacityResponse
@Mutable
@NotThreadSafe
public static interface ListUsersIndexCapacityResponse.Builder
extends QuickSightResponse.Builder, SdkPojo, CopyableBuilder<ListUsersIndexCapacityResponse.Builder,ListUsersIndexCapacityResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe token for the next set of results, or null if there are no more results.The Amazon Web Services request ID for this operation.users(Collection<UserIndexCapacity> users) The list of users with their index capacity metrics.users(Consumer<UserIndexCapacity.Builder>... users) The list of users with their index capacity metrics.users(UserIndexCapacity... users) The list of users with their index capacity metrics.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.quicksight.model.QuickSightResponse.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
-
users
The list of users with their index capacity metrics.
- Parameters:
users- The list of users with their index capacity metrics.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
users
The list of users with their index capacity metrics.
- Parameters:
users- The list of users with their index capacity metrics.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
users
The list of users with their index capacity metrics.
This is a convenience method that creates an instance of theUserIndexCapacity.Builderavoiding the need to create one manually viaUserIndexCapacity.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tousers(List<UserIndexCapacity>).- Parameters:
users- a consumer that will call methods onUserIndexCapacity.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
nextToken
The token for the next set of results, or null if there are no more results.
- Parameters:
nextToken- The token for the next set of results, or null if there are no more results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
requestId
The Amazon Web Services request ID for this operation.
- Parameters:
requestId- The Amazon Web Services request ID for this operation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-