Interface ListLimitsProfilesResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListLimitsProfilesResponse.Builder,,ListLimitsProfilesResponse> QuickSightResponse.Builder,SdkBuilder<ListLimitsProfilesResponse.Builder,,ListLimitsProfilesResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
ListLimitsProfilesResponse
@Mutable
@NotThreadSafe
public static interface ListLimitsProfilesResponse.Builder
extends QuickSightResponse.Builder, SdkPojo, CopyableBuilder<ListLimitsProfilesResponse.Builder,ListLimitsProfilesResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe token for the next set of results, or null if there are no more results.profiles(Collection<LimitsProfile> profiles) A list of limits profiles.profiles(Consumer<LimitsProfile.Builder>... profiles) A list of limits profiles.profiles(LimitsProfile... profiles) A list of limits profiles.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
-
profiles
A list of limits profiles.
- Parameters:
profiles- A list of limits profiles.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
profiles
A list of limits profiles.
- Parameters:
profiles- A list of limits profiles.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
profiles
A list of limits profiles.
This is a convenience method that creates an instance of theLimitsProfile.Builderavoiding the need to create one manually viaLimitsProfile.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toprofiles(List<LimitsProfile>).- Parameters:
profiles- a consumer that will call methods onLimitsProfile.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.
-