public static interface UpdateDestinationRequest.Builder extends IotRoboRunnerRequest.Builder, SdkPojo, CopyableBuilder<UpdateDestinationRequest.Builder,UpdateDestinationRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateDestinationRequest.Builder |
additionalFixedProperties(String additionalFixedProperties)
Sets the value of the AdditionalFixedProperties property for this object.
|
UpdateDestinationRequest.Builder |
id(String id)
Sets the value of the Id property for this object.
|
UpdateDestinationRequest.Builder |
name(String name)
Sets the value of the Name property for this object.
|
UpdateDestinationRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateDestinationRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateDestinationRequest.Builder |
state(DestinationState state)
Sets the value of the State property for this object.
|
UpdateDestinationRequest.Builder |
state(String state)
Sets the value of the State property for this object.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateDestinationRequest.Builder id(String id)
id - The new value for the Id property for this object.UpdateDestinationRequest.Builder name(String name)
name - The new value for the Name property for this object.UpdateDestinationRequest.Builder state(String state)
state - The new value for the State property for this object.DestinationState,
DestinationStateUpdateDestinationRequest.Builder state(DestinationState state)
state - The new value for the State property for this object.DestinationState,
DestinationStateUpdateDestinationRequest.Builder additionalFixedProperties(String additionalFixedProperties)
additionalFixedProperties - The new value for the AdditionalFixedProperties property for this object.UpdateDestinationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateDestinationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.