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