Interface UpdateDashboardLinksRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<UpdateDashboardLinksRequest.Builder,UpdateDashboardLinksRequest>
,QuickSightRequest.Builder
,SdkBuilder<UpdateDashboardLinksRequest.Builder,UpdateDashboardLinksRequest>
,SdkPojo
,SdkRequest.Builder
- Enclosing class:
- UpdateDashboardLinksRequest
public static interface UpdateDashboardLinksRequest.Builder extends QuickSightRequest.Builder, SdkPojo, CopyableBuilder<UpdateDashboardLinksRequest.Builder,UpdateDashboardLinksRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdateDashboardLinksRequest.Builder
awsAccountId(String awsAccountId)
The ID of the Amazon Web Services account that contains the dashboard whose links you want to update.UpdateDashboardLinksRequest.Builder
dashboardId(String dashboardId)
The ID for the dashboard.UpdateDashboardLinksRequest.Builder
linkEntities(String... linkEntities)
list of analysis Amazon Resource Names (ARNs) to be linked to the dashboard.UpdateDashboardLinksRequest.Builder
linkEntities(Collection<String> linkEntities)
list of analysis Amazon Resource Names (ARNs) to be linked to the dashboard.UpdateDashboardLinksRequest.Builder
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
UpdateDashboardLinksRequest.Builder
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.quicksight.model.QuickSightRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
awsAccountId
UpdateDashboardLinksRequest.Builder awsAccountId(String awsAccountId)
The ID of the Amazon Web Services account that contains the dashboard whose links you want to update.
- Parameters:
awsAccountId
- The ID of the Amazon Web Services account that contains the dashboard whose links you want to update.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dashboardId
UpdateDashboardLinksRequest.Builder dashboardId(String dashboardId)
The ID for the dashboard.
- Parameters:
dashboardId
- The ID for the dashboard.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
linkEntities
UpdateDashboardLinksRequest.Builder linkEntities(Collection<String> linkEntities)
list of analysis Amazon Resource Names (ARNs) to be linked to the dashboard.
- Parameters:
linkEntities
- list of analysis Amazon Resource Names (ARNs) to be linked to the dashboard.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
linkEntities
UpdateDashboardLinksRequest.Builder linkEntities(String... linkEntities)
list of analysis Amazon Resource Names (ARNs) to be linked to the dashboard.
- Parameters:
linkEntities
- list of analysis Amazon Resource Names (ARNs) to be linked to the dashboard.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
UpdateDashboardLinksRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateDashboardLinksRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
-