Interface UpdateSoftwareSetRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<UpdateSoftwareSetRequest.Builder,
,UpdateSoftwareSetRequest> SdkBuilder<UpdateSoftwareSetRequest.Builder,
,UpdateSoftwareSetRequest> SdkPojo
,SdkRequest.Builder
,WorkSpacesThinClientRequest.Builder
- Enclosing class:
UpdateSoftwareSetRequest
@Mutable
@NotThreadSafe
public static interface UpdateSoftwareSetRequest.Builder
extends WorkSpacesThinClientRequest.Builder, SdkPojo, CopyableBuilder<UpdateSoftwareSetRequest.Builder,UpdateSoftwareSetRequest>
-
Method Summary
Modifier and TypeMethodDescriptionThe ID of the software set to update.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.validationStatus
(String validationStatus) An option to define if the software set has been validated.validationStatus
(SoftwareSetValidationStatus validationStatus) An option to define if the software set has been validated.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.workspacesthinclient.model.WorkSpacesThinClientRequest.Builder
build
-
Method Details
-
id
The ID of the software set to update.
- Parameters:
id
- The ID of the software set to update.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
validationStatus
An option to define if the software set has been validated.
- Parameters:
validationStatus
- An option to define if the software set has been validated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
validationStatus
An option to define if the software set has been validated.
- Parameters:
validationStatus
- An option to define if the software set has been validated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
overrideConfiguration
UpdateSoftwareSetRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
UpdateSoftwareSetRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-