public static interface RefResource.Builder extends SdkPojo, CopyableBuilder<RefResource.Builder,RefResource>
| Modifier and Type | Method and Description |
|---|---|
RefResource.Builder |
arn(String arn)
The ARN of the experiment or launch.
|
RefResource.Builder |
endTime(String endTime)
The day and time that this experiment or launch ended.
|
RefResource.Builder |
lastUpdatedOn(String lastUpdatedOn)
The day and time that this experiment or launch was most recently updated.
|
RefResource.Builder |
name(String name)
The name of the experiment or launch.
|
RefResource.Builder |
startTime(String startTime)
The day and time that this experiment or launch started.
|
RefResource.Builder |
status(String status)
The status of the experiment or launch.
|
RefResource.Builder |
type(String type)
Specifies whether the resource that this structure contains information about is an experiment or a launch.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildRefResource.Builder arn(String arn)
The ARN of the experiment or launch.
arn - The ARN of the experiment or launch.RefResource.Builder endTime(String endTime)
The day and time that this experiment or launch ended.
endTime - The day and time that this experiment or launch ended.RefResource.Builder lastUpdatedOn(String lastUpdatedOn)
The day and time that this experiment or launch was most recently updated.
lastUpdatedOn - The day and time that this experiment or launch was most recently updated.RefResource.Builder name(String name)
The name of the experiment or launch.
name - The name of the experiment or launch.RefResource.Builder startTime(String startTime)
The day and time that this experiment or launch started.
startTime - The day and time that this experiment or launch started.RefResource.Builder status(String status)
The status of the experiment or launch.
status - The status of the experiment or launch.RefResource.Builder type(String type)
Specifies whether the resource that this structure contains information about is an experiment or a launch.
type - Specifies whether the resource that this structure contains information about is an experiment or a
launch.Copyright © 2023. All rights reserved.