Interface CreateDashboardResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<CreateDashboardResponse.Builder,CreateDashboardResponse>,QuickSightResponse.Builder,SdkBuilder<CreateDashboardResponse.Builder,CreateDashboardResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- CreateDashboardResponse
@Mutable @NotThreadSafe public static interface CreateDashboardResponse.Builder extends QuickSightResponse.Builder, SdkPojo, CopyableBuilder<CreateDashboardResponse.Builder,CreateDashboardResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreateDashboardResponse.Builderarn(String arn)The ARN of the dashboard.CreateDashboardResponse.BuildercreationStatus(String creationStatus)The status of the dashboard creation request.CreateDashboardResponse.BuildercreationStatus(ResourceStatus creationStatus)The status of the dashboard creation request.CreateDashboardResponse.BuilderdashboardId(String dashboardId)The ID for the dashboard.CreateDashboardResponse.BuilderrequestId(String requestId)The Amazon Web Services request ID for this operation.CreateDashboardResponse.Builderstatus(Integer status)The HTTP status of the request.CreateDashboardResponse.BuilderversionArn(String versionArn)The ARN of the dashboard, including the version number of the first version that is created.-
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
CreateDashboardResponse.Builder arn(String arn)
The ARN of the dashboard.
- Parameters:
arn- The ARN of the dashboard.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
versionArn
CreateDashboardResponse.Builder versionArn(String versionArn)
The ARN of the dashboard, including the version number of the first version that is created.
- Parameters:
versionArn- The ARN of the dashboard, including the version number of the first version that is created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dashboardId
CreateDashboardResponse.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.
-
creationStatus
CreateDashboardResponse.Builder creationStatus(String creationStatus)
The status of the dashboard creation request.
- Parameters:
creationStatus- The status of the dashboard creation request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ResourceStatus,ResourceStatus
-
creationStatus
CreateDashboardResponse.Builder creationStatus(ResourceStatus creationStatus)
The status of the dashboard creation request.
- Parameters:
creationStatus- The status of the dashboard creation request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ResourceStatus,ResourceStatus
-
status
CreateDashboardResponse.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.
-
requestId
CreateDashboardResponse.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.
-
-