Interface FarmSummary.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<FarmSummary.Builder,FarmSummary>,SdkBuilder<FarmSummary.Builder,FarmSummary>,SdkPojo
- Enclosing class:
- FarmSummary
public static interface FarmSummary.Builder extends SdkPojo, CopyableBuilder<FarmSummary.Builder,FarmSummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FarmSummary.BuildercreatedAt(Instant createdAt)The date and time the resource was created.FarmSummary.BuildercreatedBy(String createdBy)The user or system that created this resource.FarmSummary.BuilderdisplayName(String displayName)The display name of the farm.FarmSummary.BuilderfarmId(String farmId)The farm ID.FarmSummary.BuilderkmsKeyArn(String kmsKeyArn)The ARN for the KMS key.FarmSummary.BuilderupdatedAt(Instant updatedAt)The date and time the resource was updated.FarmSummary.BuilderupdatedBy(String updatedBy)The user or system that updated this resource.-
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
-
createdAt
FarmSummary.Builder createdAt(Instant createdAt)
The date and time the resource was created.
- Parameters:
createdAt- The date and time the resource was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdBy
FarmSummary.Builder createdBy(String createdBy)
The user or system that created this resource.
- Parameters:
createdBy- The user or system that created this resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
displayName
FarmSummary.Builder displayName(String displayName)
The display name of the farm.
- Parameters:
displayName- The display name of the farm.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
farmId
FarmSummary.Builder farmId(String farmId)
The farm ID.
- Parameters:
farmId- The farm ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
kmsKeyArn
FarmSummary.Builder kmsKeyArn(String kmsKeyArn)
The ARN for the KMS key.
- Parameters:
kmsKeyArn- The ARN for the KMS key.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
updatedAt
FarmSummary.Builder updatedAt(Instant updatedAt)
The date and time the resource was updated.
- Parameters:
updatedAt- The date and time the resource was updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
updatedBy
FarmSummary.Builder updatedBy(String updatedBy)
The user or system that updated this resource.
- Parameters:
updatedBy- The user or system that updated this resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-