Interface CreatePluginResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<CreatePluginResponse.Builder,
,CreatePluginResponse> QBusinessResponse.Builder
,SdkBuilder<CreatePluginResponse.Builder,
,CreatePluginResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
CreatePluginResponse
@Mutable
@NotThreadSafe
public static interface CreatePluginResponse.Builder
extends QBusinessResponse.Builder, SdkPojo, CopyableBuilder<CreatePluginResponse.Builder,CreatePluginResponse>
-
Method Summary
Modifier and TypeMethodDescriptionbuildStatus
(String buildStatus) The current status of a plugin.buildStatus
(PluginBuildStatus buildStatus) The current status of a plugin.The Amazon Resource Name (ARN) of a plugin.The identifier of the plugin created.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.qbusiness.model.QBusinessResponse.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
-
pluginId
The identifier of the plugin created.
- Parameters:
pluginId
- The identifier of the plugin created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
pluginArn
The Amazon Resource Name (ARN) of a plugin.
- Parameters:
pluginArn
- The Amazon Resource Name (ARN) of a plugin.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
buildStatus
The current status of a plugin. A plugin is modified asynchronously.
- Parameters:
buildStatus
- The current status of a plugin. A plugin is modified asynchronously.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
buildStatus
The current status of a plugin. A plugin is modified asynchronously.
- Parameters:
buildStatus
- The current status of a plugin. A plugin is modified asynchronously.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-