Interface RefResource.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<RefResource.Builder,RefResource>,SdkBuilder<RefResource.Builder,RefResource>,SdkPojo
- Enclosing class:
- RefResource
public static interface RefResource.Builder extends SdkPojo, CopyableBuilder<RefResource.Builder,RefResource>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RefResource.Builderarn(String arn)The ARN of the experiment or launch.RefResource.BuilderendTime(String endTime)The day and time that this experiment or launch ended.RefResource.BuilderlastUpdatedOn(String lastUpdatedOn)The day and time that this experiment or launch was most recently updated.RefResource.Buildername(String name)The name of the experiment or launch.RefResource.BuilderstartTime(String startTime)The day and time that this experiment or launch started.RefResource.Builderstatus(String status)The status of the experiment or launch.RefResource.Buildertype(String type)Specifies whether the resource that this structure contains information about is an experiment or a launch.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
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
-
arn
RefResource.Builder arn(String arn)
The ARN of the experiment or launch.
- Parameters:
arn- The ARN of the experiment or launch.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
endTime
RefResource.Builder endTime(String endTime)
The day and time that this experiment or launch ended.
- Parameters:
endTime- The day and time that this experiment or launch ended.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastUpdatedOn
RefResource.Builder lastUpdatedOn(String lastUpdatedOn)
The day and time that this experiment or launch was most recently updated.
- Parameters:
lastUpdatedOn- The day and time that this experiment or launch was most recently updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
RefResource.Builder name(String name)
The name of the experiment or launch.
- Parameters:
name- The name of the experiment or launch.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
startTime
RefResource.Builder startTime(String startTime)
The day and time that this experiment or launch started.
- Parameters:
startTime- The day and time that this experiment or launch started.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
RefResource.Builder status(String status)
The status of the experiment or launch.
- Parameters:
status- The status of the experiment or launch.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
type
RefResource.Builder type(String type)
Specifies whether the resource that this structure contains information about is an experiment or a launch.
- Parameters:
type- Specifies whether the resource that this structure contains information about is an experiment or a launch.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-