Interface UpdateDashboardLinksResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<UpdateDashboardLinksResponse.Builder,UpdateDashboardLinksResponse>,QuickSightResponse.Builder,SdkBuilder<UpdateDashboardLinksResponse.Builder,UpdateDashboardLinksResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- UpdateDashboardLinksResponse
@Mutable @NotThreadSafe public static interface UpdateDashboardLinksResponse.Builder extends QuickSightResponse.Builder, SdkPojo, CopyableBuilder<UpdateDashboardLinksResponse.Builder,UpdateDashboardLinksResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdateDashboardLinksResponse.BuilderdashboardArn(String dashboardArn)The Amazon Resource Name (ARN) of the dashboard.UpdateDashboardLinksResponse.BuilderlinkEntities(String... linkEntities)A list of analysis Amazon Resource Names (ARNs) to be linked to the dashboard.UpdateDashboardLinksResponse.BuilderlinkEntities(Collection<String> linkEntities)A list of analysis Amazon Resource Names (ARNs) to be linked to the dashboard.UpdateDashboardLinksResponse.BuilderrequestId(String requestId)The Amazon Web Services request ID for this operation.UpdateDashboardLinksResponse.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
-
requestId
UpdateDashboardLinksResponse.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
UpdateDashboardLinksResponse.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.
-
dashboardArn
UpdateDashboardLinksResponse.Builder dashboardArn(String dashboardArn)
The Amazon Resource Name (ARN) of the dashboard.
- Parameters:
dashboardArn- The Amazon Resource Name (ARN) of the dashboard.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
linkEntities
UpdateDashboardLinksResponse.Builder linkEntities(Collection<String> linkEntities)
A list of analysis Amazon Resource Names (ARNs) to be linked to the dashboard.
- Parameters:
linkEntities- A 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
UpdateDashboardLinksResponse.Builder linkEntities(String... linkEntities)
A list of analysis Amazon Resource Names (ARNs) to be linked to the dashboard.
- Parameters:
linkEntities- A 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.
-
-