Interface UpdateWorkerFleetRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<UpdateWorkerFleetRequest.Builder,
,UpdateWorkerFleetRequest> IotRoboRunnerRequest.Builder
,SdkBuilder<UpdateWorkerFleetRequest.Builder,
,UpdateWorkerFleetRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
UpdateWorkerFleetRequest
public static interface UpdateWorkerFleetRequest.Builder
extends IotRoboRunnerRequest.Builder, SdkPojo, CopyableBuilder<UpdateWorkerFleetRequest.Builder,UpdateWorkerFleetRequest>
-
Method Summary
Modifier and TypeMethodDescriptionadditionalFixedProperties
(String additionalFixedProperties) Sets the value of the AdditionalFixedProperties property for this object.Sets the value of the Id property for this object.Sets the value of the Name property for this object.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.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.services.iotroborunner.model.IotRoboRunnerRequest.Builder
build
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
id
Sets the value of the Id property for this object.- Parameters:
id
- The new value for the Id property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
Sets the value of the Name property for this object.- Parameters:
name
- The new value for the Name property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
additionalFixedProperties
Sets the value of the AdditionalFixedProperties property for this object.- Parameters:
additionalFixedProperties
- The new value for the AdditionalFixedProperties property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
UpdateWorkerFleetRequest.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
UpdateWorkerFleetRequest.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.
-