| Package | Description |
|---|---|
| com.amazonaws.services.robomaker.model |
| Modifier and Type | Method and Description |
|---|---|
TemplateLocation |
TemplateLocation.clone() |
TemplateLocation |
UpdateWorldTemplateRequest.getTemplateLocation()
The location of the world template.
|
TemplateLocation |
CreateWorldTemplateRequest.getTemplateLocation()
The location of the world template.
|
TemplateLocation |
TemplateLocation.withS3Bucket(String s3Bucket)
The Amazon S3 bucket name.
|
TemplateLocation |
TemplateLocation.withS3Key(String s3Key)
The list of S3 keys identifying the data source files.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateWorldTemplateRequest.setTemplateLocation(TemplateLocation templateLocation)
The location of the world template.
|
void |
CreateWorldTemplateRequest.setTemplateLocation(TemplateLocation templateLocation)
The location of the world template.
|
UpdateWorldTemplateRequest |
UpdateWorldTemplateRequest.withTemplateLocation(TemplateLocation templateLocation)
The location of the world template.
|
CreateWorldTemplateRequest |
CreateWorldTemplateRequest.withTemplateLocation(TemplateLocation templateLocation)
The location of the world template.
|
Copyright © 2024. All rights reserved.