Interface CreateAccountCustomizationResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<CreateAccountCustomizationResponse.Builder,CreateAccountCustomizationResponse>,QuickSightResponse.Builder,SdkBuilder<CreateAccountCustomizationResponse.Builder,CreateAccountCustomizationResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- CreateAccountCustomizationResponse
@Mutable @NotThreadSafe public static interface CreateAccountCustomizationResponse.Builder extends QuickSightResponse.Builder, SdkPojo, CopyableBuilder<CreateAccountCustomizationResponse.Builder,CreateAccountCustomizationResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default CreateAccountCustomizationResponse.BuilderaccountCustomization(Consumer<AccountCustomization.Builder> accountCustomization)The QuickSight customizations you're adding in the current Amazon Web Services Region.CreateAccountCustomizationResponse.BuilderaccountCustomization(AccountCustomization accountCustomization)The QuickSight customizations you're adding in the current Amazon Web Services Region.CreateAccountCustomizationResponse.Builderarn(String arn)The Amazon Resource Name (ARN) for the customization that you created for this Amazon Web Services account.CreateAccountCustomizationResponse.BuilderawsAccountId(String awsAccountId)The ID for the Amazon Web Services account that you want to customize QuickSight for.CreateAccountCustomizationResponse.Buildernamespace(String namespace)The namespace associated with the customization you're creating.CreateAccountCustomizationResponse.BuilderrequestId(String requestId)The Amazon Web Services request ID for this operation.CreateAccountCustomizationResponse.Builderstatus(Integer status)The HTTP status of the request.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.quicksight.model.QuickSightResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
arn
CreateAccountCustomizationResponse.Builder arn(String arn)
The Amazon Resource Name (ARN) for the customization that you created for this Amazon Web Services account.
- Parameters:
arn- The Amazon Resource Name (ARN) for the customization that you created for this Amazon Web Services account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
awsAccountId
CreateAccountCustomizationResponse.Builder awsAccountId(String awsAccountId)
The ID for the Amazon Web Services account that you want to customize QuickSight for.
- Parameters:
awsAccountId- The ID for the Amazon Web Services account that you want to customize QuickSight for.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
namespace
CreateAccountCustomizationResponse.Builder namespace(String namespace)
The namespace associated with the customization you're creating.
- Parameters:
namespace- The namespace associated with the customization you're creating.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
accountCustomization
CreateAccountCustomizationResponse.Builder accountCustomization(AccountCustomization accountCustomization)
The QuickSight customizations you're adding in the current Amazon Web Services Region.
- Parameters:
accountCustomization- The QuickSight customizations you're adding in the current Amazon Web Services Region.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
accountCustomization
default CreateAccountCustomizationResponse.Builder accountCustomization(Consumer<AccountCustomization.Builder> accountCustomization)
The QuickSight customizations you're adding in the current Amazon Web Services Region.
This is a convenience method that creates an instance of theAccountCustomization.Builderavoiding the need to create one manually viaAccountCustomization.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toaccountCustomization(AccountCustomization).- Parameters:
accountCustomization- a consumer that will call methods onAccountCustomization.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
accountCustomization(AccountCustomization)
-
requestId
CreateAccountCustomizationResponse.Builder requestId(String 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.
-
status
CreateAccountCustomizationResponse.Builder status(Integer status)
The HTTP status of the request.
- Parameters:
status- The HTTP status of the request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-