Interface DeployWorkspaceApplicationsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<DeployWorkspaceApplicationsRequest.Builder,DeployWorkspaceApplicationsRequest>,SdkBuilder<DeployWorkspaceApplicationsRequest.Builder,DeployWorkspaceApplicationsRequest>,SdkPojo,SdkRequest.Builder,WorkSpacesRequest.Builder
- Enclosing class:
- DeployWorkspaceApplicationsRequest
public static interface DeployWorkspaceApplicationsRequest.Builder extends WorkSpacesRequest.Builder, SdkPojo, CopyableBuilder<DeployWorkspaceApplicationsRequest.Builder,DeployWorkspaceApplicationsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeployWorkspaceApplicationsRequest.Builderforce(Boolean force)Indicates whether the force flag is applied for the specified WorkSpace.DeployWorkspaceApplicationsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DeployWorkspaceApplicationsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DeployWorkspaceApplicationsRequest.BuilderworkspaceId(String workspaceId)The identifier of the WorkSpace.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
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.services.workspaces.model.WorkSpacesRequest.Builder
build
-
-
-
-
Method Detail
-
workspaceId
DeployWorkspaceApplicationsRequest.Builder workspaceId(String workspaceId)
The identifier of the WorkSpace.
- Parameters:
workspaceId- The identifier of the WorkSpace.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
force
DeployWorkspaceApplicationsRequest.Builder force(Boolean force)
Indicates whether the force flag is applied for the specified WorkSpace. When the force flag is enabled, it allows previously failed deployments to be retried.
- Parameters:
force- Indicates whether the force flag is applied for the specified WorkSpace. When the force flag is enabled, it allows previously failed deployments to be retried.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DeployWorkspaceApplicationsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DeployWorkspaceApplicationsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-