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