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