public static interface CreateRobotApplicationResponse.Builder extends RoboMakerResponse.Builder, SdkPojo, CopyableBuilder<CreateRobotApplicationResponse.Builder,CreateRobotApplicationResponse>
Modifier and Type | Method and Description |
---|---|
CreateRobotApplicationResponse.Builder |
arn(String arn)
The Amazon Resource Name (ARN) of the robot application.
|
CreateRobotApplicationResponse.Builder |
lastUpdatedAt(Instant lastUpdatedAt)
The time, in milliseconds since the epoch, when the robot application was last updated.
|
CreateRobotApplicationResponse.Builder |
name(String name)
The name of the robot application.
|
CreateRobotApplicationResponse.Builder |
revisionId(String revisionId)
The revision id of the robot application.
|
default CreateRobotApplicationResponse.Builder |
robotSoftwareSuite(Consumer<RobotSoftwareSuite.Builder> robotSoftwareSuite)
The robot software suite used by the robot application.
|
CreateRobotApplicationResponse.Builder |
robotSoftwareSuite(RobotSoftwareSuite robotSoftwareSuite)
The robot software suite used by the robot application.
|
CreateRobotApplicationResponse.Builder |
sources(Collection<Source> sources)
The sources of the robot application.
|
CreateRobotApplicationResponse.Builder |
sources(Consumer<Source.Builder>... sources)
The sources of the robot application.
|
CreateRobotApplicationResponse.Builder |
sources(Source... sources)
The sources of the robot application.
|
CreateRobotApplicationResponse.Builder |
version(String version)
The version of the robot application.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
CreateRobotApplicationResponse.Builder arn(String arn)
The Amazon Resource Name (ARN) of the robot application.
arn
- The Amazon Resource Name (ARN) of the robot application.CreateRobotApplicationResponse.Builder name(String name)
The name of the robot application.
name
- The name of the robot application.CreateRobotApplicationResponse.Builder version(String version)
The version of the robot application.
version
- The version of the robot application.CreateRobotApplicationResponse.Builder sources(Collection<Source> sources)
The sources of the robot application.
sources
- The sources of the robot application.CreateRobotApplicationResponse.Builder sources(Source... sources)
The sources of the robot application.
sources
- The sources of the robot application.CreateRobotApplicationResponse.Builder sources(Consumer<Source.Builder>... sources)
The sources of the robot application.
This is a convenience that creates an instance of theList.Builder
avoiding the need to
create one manually via List#builder()
.
When the Consumer
completes, List.Builder#build()
is called immediately and its
result is passed to #sources(List)
.sources
- a consumer that will call methods on List.Builder
#sources(List)
CreateRobotApplicationResponse.Builder robotSoftwareSuite(RobotSoftwareSuite robotSoftwareSuite)
The robot software suite used by the robot application.
robotSoftwareSuite
- The robot software suite used by the robot application.default CreateRobotApplicationResponse.Builder robotSoftwareSuite(Consumer<RobotSoftwareSuite.Builder> robotSoftwareSuite)
The robot software suite used by the robot application.
This is a convenience that creates an instance of theRobotSoftwareSuite.Builder
avoiding the need to
create one manually via RobotSoftwareSuite.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately and its
result is passed to robotSoftwareSuite(RobotSoftwareSuite)
.robotSoftwareSuite
- a consumer that will call methods on RobotSoftwareSuite.Builder
robotSoftwareSuite(RobotSoftwareSuite)
CreateRobotApplicationResponse.Builder lastUpdatedAt(Instant lastUpdatedAt)
The time, in milliseconds since the epoch, when the robot application was last updated.
lastUpdatedAt
- The time, in milliseconds since the epoch, when the robot application was last updated.CreateRobotApplicationResponse.Builder revisionId(String revisionId)
The revision id of the robot application.
revisionId
- The revision id of the robot application.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.