Interface DescribeLimitsProfileResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DescribeLimitsProfileResponse.Builder,,DescribeLimitsProfileResponse> QuickSightResponse.Builder,SdkBuilder<DescribeLimitsProfileResponse.Builder,,DescribeLimitsProfileResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
DescribeLimitsProfileResponse
@Mutable
@NotThreadSafe
public static interface DescribeLimitsProfileResponse.Builder
extends QuickSightResponse.Builder, SdkPojo, CopyableBuilder<DescribeLimitsProfileResponse.Builder,DescribeLimitsProfileResponse>
-
Method Summary
Modifier and TypeMethodDescriptionprofile(Consumer<LimitsProfile.Builder> profile) The details of the requested limits profile, including its name, description, resource limits, and metadata.profile(LimitsProfile profile) The details of the requested limits profile, including its name, description, resource limits, and metadata.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
-
profile
The details of the requested limits profile, including its name, description, resource limits, and metadata.
- Parameters:
profile- The details of the requested limits profile, including its name, description, resource limits, and metadata.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
profile
The details of the requested limits profile, including its name, description, resource limits, and metadata.
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 toprofile(LimitsProfile).- Parameters:
profile- 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:
-