public static interface CreateDestinationRequest.Builder extends IotRoboRunnerRequest.Builder, SdkPojo, CopyableBuilder<CreateDestinationRequest.Builder,CreateDestinationRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateDestinationRequest.Builder |
additionalFixedProperties(String additionalFixedProperties)
Sets the value of the AdditionalFixedProperties property for this object.
|
CreateDestinationRequest.Builder |
clientToken(String clientToken)
Sets the value of the ClientToken property for this object.
|
CreateDestinationRequest.Builder |
name(String name)
Sets the value of the Name property for this object.
|
CreateDestinationRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateDestinationRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateDestinationRequest.Builder |
site(String site)
Sets the value of the Site property for this object.
|
CreateDestinationRequest.Builder |
state(DestinationState state)
The state of the destination.
|
CreateDestinationRequest.Builder |
state(String state)
The state of the destination.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateDestinationRequest.Builder clientToken(String clientToken)
clientToken - The new value for the ClientToken property for this object.CreateDestinationRequest.Builder name(String name)
name - The new value for the Name property for this object.CreateDestinationRequest.Builder site(String site)
site - The new value for the Site property for this object.CreateDestinationRequest.Builder state(String state)
The state of the destination. Default used if not specified.
state - The state of the destination. Default used if not specified.DestinationState,
DestinationStateCreateDestinationRequest.Builder state(DestinationState state)
The state of the destination. Default used if not specified.
state - The state of the destination. Default used if not specified.DestinationState,
DestinationStateCreateDestinationRequest.Builder additionalFixedProperties(String additionalFixedProperties)
additionalFixedProperties - The new value for the AdditionalFixedProperties property for this object.CreateDestinationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateDestinationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.