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