Interface GetFlowMetadataResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<GetFlowMetadataResponse.Builder,
,GetFlowMetadataResponse> QuickSightResponse.Builder
,SdkBuilder<GetFlowMetadataResponse.Builder,
,GetFlowMetadataResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
GetFlowMetadataResponse
@Mutable
@NotThreadSafe
public static interface GetFlowMetadataResponse.Builder
extends QuickSightResponse.Builder, SdkPojo, CopyableBuilder<GetFlowMetadataResponse.Builder,GetFlowMetadataResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of the flow.createdTime
(Instant createdTime) The time this flow was created.description
(String description) The description for the flow.The unique identifier of the flow.lastUpdatedTime
(Instant lastUpdatedTime) The last time this flow was modified.A display name for the flow.publishState
(String publishState) The publish state for the flow.publishState
(FlowPublishState publishState) The publish state for the flow.The Amazon Web Services request ID for this operation.The number of runs done for the flow.The HTTP status of the request.The number of users who have used the flow.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 Details
-
arn
The Amazon Resource Name (ARN) of the flow.
- Parameters:
arn
- The Amazon Resource Name (ARN) of the flow.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
flowId
The unique identifier of the flow.
- Parameters:
flowId
- The unique identifier of the flow.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
A display name for the flow.
- Parameters:
name
- A display name for the flow.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
The description for the flow.
- Parameters:
description
- The description for the flow.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
publishState
The publish state for the flow. Valid values are
DRAFT
,PUBLISHED
, orPENDING_APPROVAL
.- Parameters:
publishState
- The publish state for the flow. Valid values areDRAFT
,PUBLISHED
, orPENDING_APPROVAL
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
publishState
The publish state for the flow. Valid values are
DRAFT
,PUBLISHED
, orPENDING_APPROVAL
.- Parameters:
publishState
- The publish state for the flow. Valid values areDRAFT
,PUBLISHED
, orPENDING_APPROVAL
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
userCount
The number of users who have used the flow.
- Parameters:
userCount
- The number of users who have used the flow.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
runCount
The number of runs done for the flow.
- Parameters:
runCount
- The number of runs done for the flow.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdTime
The time this flow was created.
- Parameters:
createdTime
- The time this flow was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastUpdatedTime
The last time this flow was modified.
- Parameters:
lastUpdatedTime
- The last time this flow was modified.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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
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.
-