Interface DescribeAnalysisDefinitionResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DescribeAnalysisDefinitionResponse.Builder,DescribeAnalysisDefinitionResponse>,QuickSightResponse.Builder,SdkBuilder<DescribeAnalysisDefinitionResponse.Builder,DescribeAnalysisDefinitionResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- DescribeAnalysisDefinitionResponse
public static interface DescribeAnalysisDefinitionResponse.Builder extends QuickSightResponse.Builder, SdkPojo, CopyableBuilder<DescribeAnalysisDefinitionResponse.Builder,DescribeAnalysisDefinitionResponse>
-
-
Method Summary
-
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, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
analysisId
DescribeAnalysisDefinitionResponse.Builder analysisId(String analysisId)
The ID of the analysis described.
- Parameters:
analysisId- The ID of the analysis described.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
DescribeAnalysisDefinitionResponse.Builder name(String name)
The descriptive name of the analysis.
- Parameters:
name- The descriptive name of the analysis.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
errors
DescribeAnalysisDefinitionResponse.Builder errors(Collection<AnalysisError> errors)
Errors associated with the analysis.
- Parameters:
errors- Errors associated with the analysis.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
errors
DescribeAnalysisDefinitionResponse.Builder errors(AnalysisError... errors)
Errors associated with the analysis.
- Parameters:
errors- Errors associated with the analysis.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
errors
DescribeAnalysisDefinitionResponse.Builder errors(Consumer<AnalysisError.Builder>... errors)
Errors associated with the analysis.
This is a convenience method that creates an instance of theAnalysisError.Builderavoiding the need to create one manually viaAnalysisError.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#errors(List.) - Parameters:
errors- a consumer that will call methods onAnalysisError.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#errors(java.util.Collection)
-
resourceStatus
DescribeAnalysisDefinitionResponse.Builder resourceStatus(String resourceStatus)
Status associated with the analysis.
-
CREATION_IN_PROGRESS -
CREATION_SUCCESSFUL -
CREATION_FAILED -
UPDATE_IN_PROGRESS -
UPDATE_SUCCESSFUL -
UPDATE_FAILED -
DELETED
- Parameters:
resourceStatus- Status associated with the analysis.-
CREATION_IN_PROGRESS -
CREATION_SUCCESSFUL -
CREATION_FAILED -
UPDATE_IN_PROGRESS -
UPDATE_SUCCESSFUL -
UPDATE_FAILED -
DELETED
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ResourceStatus,ResourceStatus
-
-
resourceStatus
DescribeAnalysisDefinitionResponse.Builder resourceStatus(ResourceStatus resourceStatus)
Status associated with the analysis.
-
CREATION_IN_PROGRESS -
CREATION_SUCCESSFUL -
CREATION_FAILED -
UPDATE_IN_PROGRESS -
UPDATE_SUCCESSFUL -
UPDATE_FAILED -
DELETED
- Parameters:
resourceStatus- Status associated with the analysis.-
CREATION_IN_PROGRESS -
CREATION_SUCCESSFUL -
CREATION_FAILED -
UPDATE_IN_PROGRESS -
UPDATE_SUCCESSFUL -
UPDATE_FAILED -
DELETED
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ResourceStatus,ResourceStatus
-
-
themeArn
DescribeAnalysisDefinitionResponse.Builder themeArn(String themeArn)
The ARN of the theme of the analysis.
- Parameters:
themeArn- The ARN of the theme of the analysis.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
definition
DescribeAnalysisDefinitionResponse.Builder definition(AnalysisDefinition definition)
The definition of an analysis.
A definition is the data model of all features in a Dashboard, Template, or Analysis.
- Parameters:
definition- The definition of an analysis.A definition is the data model of all features in a Dashboard, Template, or Analysis.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
definition
default DescribeAnalysisDefinitionResponse.Builder definition(Consumer<AnalysisDefinition.Builder> definition)
The definition of an analysis.
A definition is the data model of all features in a Dashboard, Template, or Analysis.
This is a convenience method that creates an instance of theAnalysisDefinition.Builderavoiding the need to create one manually viaAnalysisDefinition.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed todefinition(AnalysisDefinition).- Parameters:
definition- a consumer that will call methods onAnalysisDefinition.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
definition(AnalysisDefinition)
-
status
DescribeAnalysisDefinitionResponse.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
DescribeAnalysisDefinitionResponse.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.
-
-