Interface CreateLimitsProfileResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<CreateLimitsProfileResponse.Builder,,CreateLimitsProfileResponse> QuickSightResponse.Builder,SdkBuilder<CreateLimitsProfileResponse.Builder,,CreateLimitsProfileResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
CreateLimitsProfileResponse
@Mutable
@NotThreadSafe
public static interface CreateLimitsProfileResponse.Builder
extends QuickSightResponse.Builder, SdkPojo, CopyableBuilder<CreateLimitsProfileResponse.Builder,CreateLimitsProfileResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of the created limits profile.The unique identifier for the created limits profile.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
-
arn
The Amazon Resource Name (ARN) of the created limits profile.
- Parameters:
arn- The Amazon Resource Name (ARN) of the created limits profile.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
profileId
The unique identifier for the created limits profile.
- Parameters:
profileId- The unique identifier for the created limits profile.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-