Interface UpdateRobotApplicationRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UpdateRobotApplicationRequest.Builder,UpdateRobotApplicationRequest>,RoboMakerRequest.Builder,SdkBuilder<UpdateRobotApplicationRequest.Builder,UpdateRobotApplicationRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- UpdateRobotApplicationRequest
public static interface UpdateRobotApplicationRequest.Builder extends RoboMakerRequest.Builder, SdkPojo, CopyableBuilder<UpdateRobotApplicationRequest.Builder,UpdateRobotApplicationRequest>
-
-
Method Summary
-
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.robomaker.model.RoboMakerRequest.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
-
application
UpdateRobotApplicationRequest.Builder application(String application)
The application information for the robot application.
- Parameters:
application- The application information for the robot application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sources
UpdateRobotApplicationRequest.Builder sources(Collection<SourceConfig> sources)
The sources of the robot application.
- Parameters:
sources- The sources of the robot application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sources
UpdateRobotApplicationRequest.Builder sources(SourceConfig... sources)
The sources of the robot application.
- Parameters:
sources- The sources of the robot application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sources
UpdateRobotApplicationRequest.Builder sources(Consumer<SourceConfig.Builder>... sources)
The sources of the robot application.
This is a convenience method that creates an instance of theSourceConfig.Builderavoiding the need to create one manually viaSourceConfig.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#sources(List.) - Parameters:
sources- a consumer that will call methods onSourceConfig.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#sources(java.util.Collection)
-
robotSoftwareSuite
UpdateRobotApplicationRequest.Builder robotSoftwareSuite(RobotSoftwareSuite robotSoftwareSuite)
The robot software suite (ROS distribution) used by the robot application.
- Parameters:
robotSoftwareSuite- The robot software suite (ROS distribution) used by the robot application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
robotSoftwareSuite
default UpdateRobotApplicationRequest.Builder robotSoftwareSuite(Consumer<RobotSoftwareSuite.Builder> robotSoftwareSuite)
The robot software suite (ROS distribution) used by the robot application.
This is a convenience method that creates an instance of theRobotSoftwareSuite.Builderavoiding the need to create one manually viaRobotSoftwareSuite.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed torobotSoftwareSuite(RobotSoftwareSuite).- Parameters:
robotSoftwareSuite- a consumer that will call methods onRobotSoftwareSuite.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
robotSoftwareSuite(RobotSoftwareSuite)
-
currentRevisionId
UpdateRobotApplicationRequest.Builder currentRevisionId(String currentRevisionId)
The revision id for the robot application.
- Parameters:
currentRevisionId- The revision id for the robot application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
environment
UpdateRobotApplicationRequest.Builder environment(Environment environment)
The object that contains the Docker image URI for your robot application.
- Parameters:
environment- The object that contains the Docker image URI for your robot application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
environment
default UpdateRobotApplicationRequest.Builder environment(Consumer<Environment.Builder> environment)
The object that contains the Docker image URI for your robot application.
This is a convenience method that creates an instance of theEnvironment.Builderavoiding the need to create one manually viaEnvironment.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toenvironment(Environment).- Parameters:
environment- a consumer that will call methods onEnvironment.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
environment(Environment)
-
overrideConfiguration
UpdateRobotApplicationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateRobotApplicationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-