Interface UpdateWorldTemplateResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<UpdateWorldTemplateResponse.Builder,UpdateWorldTemplateResponse>,RoboMakerResponse.Builder,SdkBuilder<UpdateWorldTemplateResponse.Builder,UpdateWorldTemplateResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- UpdateWorldTemplateResponse
public static interface UpdateWorldTemplateResponse.Builder extends RoboMakerResponse.Builder, SdkPojo, CopyableBuilder<UpdateWorldTemplateResponse.Builder,UpdateWorldTemplateResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdateWorldTemplateResponse.Builderarn(String arn)The Amazon Resource Name (arn) of the world template.UpdateWorldTemplateResponse.BuildercreatedAt(Instant createdAt)The time, in milliseconds since the epoch, when the world template was created.UpdateWorldTemplateResponse.BuilderlastUpdatedAt(Instant lastUpdatedAt)The time, in milliseconds since the epoch, when the world template was last updated.UpdateWorldTemplateResponse.Buildername(String name)The name of the world template.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.robomaker.model.RoboMakerResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
arn
UpdateWorldTemplateResponse.Builder arn(String arn)
The Amazon Resource Name (arn) of the world template.
- Parameters:
arn- The Amazon Resource Name (arn) of the world template.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
UpdateWorldTemplateResponse.Builder name(String name)
The name of the world template.
- Parameters:
name- The name of the world template.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdAt
UpdateWorldTemplateResponse.Builder createdAt(Instant createdAt)
The time, in milliseconds since the epoch, when the world template was created.
- Parameters:
createdAt- The time, in milliseconds since the epoch, when the world template was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastUpdatedAt
UpdateWorldTemplateResponse.Builder lastUpdatedAt(Instant lastUpdatedAt)
The time, in milliseconds since the epoch, when the world template was last updated.
- Parameters:
lastUpdatedAt- The time, in milliseconds since the epoch, when the world template was last updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-