Interface DecoderManifestSummary.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<DecoderManifestSummary.Builder,DecoderManifestSummary>,SdkBuilder<DecoderManifestSummary.Builder,DecoderManifestSummary>,SdkPojo
- Enclosing class:
- DecoderManifestSummary
public static interface DecoderManifestSummary.Builder extends SdkPojo, CopyableBuilder<DecoderManifestSummary.Builder,DecoderManifestSummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DecoderManifestSummary.Builderarn(String arn)The ARN of a vehicle model (model manifest) associated with the decoder manifest.DecoderManifestSummary.BuildercreationTime(Instant creationTime)The time the decoder manifest was created in seconds since epoch (January 1, 1970 at midnight UTC time).DecoderManifestSummary.Builderdescription(String description)A brief description of the decoder manifest.DecoderManifestSummary.BuilderlastModificationTime(Instant lastModificationTime)The time the decoder manifest was last updated in seconds since epoch (January 1, 1970 at midnight UTC time).DecoderManifestSummary.Buildermessage(String message)The detailed message for the decoder manifest.DecoderManifestSummary.BuildermodelManifestArn(String modelManifestArn)The ARN of a vehicle model (model manifest) associated with the decoder manifest.DecoderManifestSummary.Buildername(String name)The name of the decoder manifest.DecoderManifestSummary.Builderstatus(String status)The state of the decoder manifest.DecoderManifestSummary.Builderstatus(ManifestStatus status)The state of the decoder manifest.-
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
-
name
DecoderManifestSummary.Builder name(String name)
The name of the decoder manifest.
- Parameters:
name- The name of the decoder manifest.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
arn
DecoderManifestSummary.Builder arn(String arn)
The ARN of a vehicle model (model manifest) associated with the decoder manifest.
- Parameters:
arn- The ARN of a vehicle model (model manifest) associated with the decoder manifest.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
modelManifestArn
DecoderManifestSummary.Builder modelManifestArn(String modelManifestArn)
The ARN of a vehicle model (model manifest) associated with the decoder manifest.
- Parameters:
modelManifestArn- The ARN of a vehicle model (model manifest) associated with the decoder manifest.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
DecoderManifestSummary.Builder description(String description)
A brief description of the decoder manifest.
- Parameters:
description- A brief description of the decoder manifest.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
DecoderManifestSummary.Builder status(String status)
The state of the decoder manifest. If the status is
ACTIVE, the decoder manifest can't be edited. If the status is markedDRAFT, you can edit the decoder manifest.- Parameters:
status- The state of the decoder manifest. If the status isACTIVE, the decoder manifest can't be edited. If the status is markedDRAFT, you can edit the decoder manifest.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ManifestStatus,ManifestStatus
-
status
DecoderManifestSummary.Builder status(ManifestStatus status)
The state of the decoder manifest. If the status is
ACTIVE, the decoder manifest can't be edited. If the status is markedDRAFT, you can edit the decoder manifest.- Parameters:
status- The state of the decoder manifest. If the status isACTIVE, the decoder manifest can't be edited. If the status is markedDRAFT, you can edit the decoder manifest.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ManifestStatus,ManifestStatus
-
creationTime
DecoderManifestSummary.Builder creationTime(Instant creationTime)
The time the decoder manifest was created in seconds since epoch (January 1, 1970 at midnight UTC time).
- Parameters:
creationTime- The time the decoder manifest was created in seconds since epoch (January 1, 1970 at midnight UTC time).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastModificationTime
DecoderManifestSummary.Builder lastModificationTime(Instant lastModificationTime)
The time the decoder manifest was last updated in seconds since epoch (January 1, 1970 at midnight UTC time).
- Parameters:
lastModificationTime- The time the decoder manifest was last updated in seconds since epoch (January 1, 1970 at midnight UTC time).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
message
DecoderManifestSummary.Builder message(String message)
The detailed message for the decoder manifest. When a decoder manifest is in an
INVALIDstatus, the message contains detailed reason and help information.- Parameters:
message- The detailed message for the decoder manifest. When a decoder manifest is in anINVALIDstatus, the message contains detailed reason and help information.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-