Interface UpdateDestinationRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UpdateDestinationRequest.Builder,UpdateDestinationRequest>,IotRoboRunnerRequest.Builder,SdkBuilder<UpdateDestinationRequest.Builder,UpdateDestinationRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- UpdateDestinationRequest
public static interface UpdateDestinationRequest.Builder extends IotRoboRunnerRequest.Builder, SdkPojo, CopyableBuilder<UpdateDestinationRequest.Builder,UpdateDestinationRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdateDestinationRequest.BuilderadditionalFixedProperties(String additionalFixedProperties)Sets the value of the AdditionalFixedProperties property for this object.UpdateDestinationRequest.Builderid(String id)Sets the value of the Id property for this object.UpdateDestinationRequest.Buildername(String name)Sets the value of the Name property for this object.UpdateDestinationRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateDestinationRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateDestinationRequest.Builderstate(String state)Sets the value of the State property for this object.UpdateDestinationRequest.Builderstate(DestinationState state)Sets the value of the State property for this object.-
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 Detail
-
id
UpdateDestinationRequest.Builder id(String 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
UpdateDestinationRequest.Builder name(String 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.
-
state
UpdateDestinationRequest.Builder state(String state)
Sets the value of the State property for this object.- Parameters:
state- The new value for the State property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
DestinationState,DestinationState
-
state
UpdateDestinationRequest.Builder state(DestinationState state)
Sets the value of the State property for this object.- Parameters:
state- The new value for the State property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
DestinationState,DestinationState
-
additionalFixedProperties
UpdateDestinationRequest.Builder additionalFixedProperties(String 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
UpdateDestinationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateDestinationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-