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 SummaryModifier 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.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.qbusiness.model.QBusinessResponse.Builderbuild, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.BuildersdkHttpResponse, sdkHttpResponse
- 
Method Details- 
pluginIdThe 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.
 
- 
pluginArnThe 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.
 
- 
buildStatusThe 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:
 
- 
buildStatusThe 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:
 
 
-