Interface GetKxVolumeResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetKxVolumeResponse.Builder,GetKxVolumeResponse>,FinspaceResponse.Builder,SdkBuilder<GetKxVolumeResponse.Builder,GetKxVolumeResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- GetKxVolumeResponse
public static interface GetKxVolumeResponse.Builder extends FinspaceResponse.Builder, SdkPojo, CopyableBuilder<GetKxVolumeResponse.Builder,GetKxVolumeResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description GetKxVolumeResponse.BuilderattachedClusters(Collection<KxAttachedCluster> attachedClusters)A list of cluster identifiers that a volume is attached to.GetKxVolumeResponse.BuilderattachedClusters(Consumer<KxAttachedCluster.Builder>... attachedClusters)A list of cluster identifiers that a volume is attached to.GetKxVolumeResponse.BuilderattachedClusters(KxAttachedCluster... attachedClusters)A list of cluster identifiers that a volume is attached to.GetKxVolumeResponse.BuilderavailabilityZoneIds(String... availabilityZoneIds)The identifier of the availability zones.GetKxVolumeResponse.BuilderavailabilityZoneIds(Collection<String> availabilityZoneIds)The identifier of the availability zones.GetKxVolumeResponse.BuilderazMode(String azMode)The number of availability zones you want to assign per volume.GetKxVolumeResponse.BuilderazMode(KxAzMode azMode)The number of availability zones you want to assign per volume.GetKxVolumeResponse.BuildercreatedTimestamp(Instant createdTimestamp)The timestamp at which the volume was created in FinSpace.GetKxVolumeResponse.Builderdescription(String description)A description of the volume.GetKxVolumeResponse.BuilderenvironmentId(String environmentId)A unique identifier for the kdb environment, whose clusters can attach to the volume.GetKxVolumeResponse.BuilderlastModifiedTimestamp(Instant lastModifiedTimestamp)The last time that the volume was updated in FinSpace.default GetKxVolumeResponse.Buildernas1Configuration(Consumer<KxNAS1Configuration.Builder> nas1Configuration)Specifies the configuration for the Network attached storage (NAS_1) file system volume.GetKxVolumeResponse.Buildernas1Configuration(KxNAS1Configuration nas1Configuration)Specifies the configuration for the Network attached storage (NAS_1) file system volume.GetKxVolumeResponse.Builderstatus(String status)The status of volume creation.GetKxVolumeResponse.Builderstatus(KxVolumeStatus status)The status of volume creation.GetKxVolumeResponse.BuilderstatusReason(String statusReason)The error message when a failed state occurs.GetKxVolumeResponse.BuildervolumeArn(String volumeArn)The ARN identifier of the volume.GetKxVolumeResponse.BuildervolumeName(String volumeName)A unique identifier for the volume.GetKxVolumeResponse.BuildervolumeType(String volumeType)The type of file system volume.GetKxVolumeResponse.BuildervolumeType(KxVolumeType volumeType)The type of file system volume.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.finspace.model.FinspaceResponse.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, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
environmentId
GetKxVolumeResponse.Builder environmentId(String environmentId)
A unique identifier for the kdb environment, whose clusters can attach to the volume.
- Parameters:
environmentId- A unique identifier for the kdb environment, whose clusters can attach to the volume.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
volumeName
GetKxVolumeResponse.Builder volumeName(String volumeName)
A unique identifier for the volume.
- Parameters:
volumeName- A unique identifier for the volume.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
volumeType
GetKxVolumeResponse.Builder volumeType(String volumeType)
The type of file system volume. Currently, FinSpace only supports
NAS_1volume type.- Parameters:
volumeType- The type of file system volume. Currently, FinSpace only supportsNAS_1volume type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
KxVolumeType,KxVolumeType
-
volumeType
GetKxVolumeResponse.Builder volumeType(KxVolumeType volumeType)
The type of file system volume. Currently, FinSpace only supports
NAS_1volume type.- Parameters:
volumeType- The type of file system volume. Currently, FinSpace only supportsNAS_1volume type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
KxVolumeType,KxVolumeType
-
volumeArn
GetKxVolumeResponse.Builder volumeArn(String volumeArn)
The ARN identifier of the volume.
- Parameters:
volumeArn- The ARN identifier of the volume.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nas1Configuration
GetKxVolumeResponse.Builder nas1Configuration(KxNAS1Configuration nas1Configuration)
Specifies the configuration for the Network attached storage (NAS_1) file system volume.
- Parameters:
nas1Configuration- Specifies the configuration for the Network attached storage (NAS_1) file system volume.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nas1Configuration
default GetKxVolumeResponse.Builder nas1Configuration(Consumer<KxNAS1Configuration.Builder> nas1Configuration)
Specifies the configuration for the Network attached storage (NAS_1) file system volume.
This is a convenience method that creates an instance of theKxNAS1Configuration.Builderavoiding the need to create one manually viaKxNAS1Configuration.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tonas1Configuration(KxNAS1Configuration).- Parameters:
nas1Configuration- a consumer that will call methods onKxNAS1Configuration.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
nas1Configuration(KxNAS1Configuration)
-
status
GetKxVolumeResponse.Builder status(String status)
The status of volume creation.
-
CREATING – The volume creation is in progress.
-
CREATE_FAILED – The volume creation has failed.
-
ACTIVE – The volume is active.
-
UPDATING – The volume is in the process of being updated.
-
UPDATE_FAILED – The update action failed.
-
UPDATED – The volume is successfully updated.
-
DELETING – The volume is in the process of being deleted.
-
DELETE_FAILED – The system failed to delete the volume.
-
DELETED – The volume is successfully deleted.
- Parameters:
status- The status of volume creation.-
CREATING – The volume creation is in progress.
-
CREATE_FAILED – The volume creation has failed.
-
ACTIVE – The volume is active.
-
UPDATING – The volume is in the process of being updated.
-
UPDATE_FAILED – The update action failed.
-
UPDATED – The volume is successfully updated.
-
DELETING – The volume is in the process of being deleted.
-
DELETE_FAILED – The system failed to delete the volume.
-
DELETED – The volume is successfully deleted.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
KxVolumeStatus,KxVolumeStatus
-
-
status
GetKxVolumeResponse.Builder status(KxVolumeStatus status)
The status of volume creation.
-
CREATING – The volume creation is in progress.
-
CREATE_FAILED – The volume creation has failed.
-
ACTIVE – The volume is active.
-
UPDATING – The volume is in the process of being updated.
-
UPDATE_FAILED – The update action failed.
-
UPDATED – The volume is successfully updated.
-
DELETING – The volume is in the process of being deleted.
-
DELETE_FAILED – The system failed to delete the volume.
-
DELETED – The volume is successfully deleted.
- Parameters:
status- The status of volume creation.-
CREATING – The volume creation is in progress.
-
CREATE_FAILED – The volume creation has failed.
-
ACTIVE – The volume is active.
-
UPDATING – The volume is in the process of being updated.
-
UPDATE_FAILED – The update action failed.
-
UPDATED – The volume is successfully updated.
-
DELETING – The volume is in the process of being deleted.
-
DELETE_FAILED – The system failed to delete the volume.
-
DELETED – The volume is successfully deleted.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
KxVolumeStatus,KxVolumeStatus
-
-
statusReason
GetKxVolumeResponse.Builder statusReason(String statusReason)
The error message when a failed state occurs.
- Parameters:
statusReason- The error message when a failed state occurs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdTimestamp
GetKxVolumeResponse.Builder createdTimestamp(Instant createdTimestamp)
The timestamp at which the volume was created in FinSpace. The value is determined as epoch time in milliseconds. For example, the value for Monday, November 1, 2021 12:00:00 PM UTC is specified as 1635768000000.
- Parameters:
createdTimestamp- The timestamp at which the volume was created in FinSpace. The value is determined as epoch time in milliseconds. For example, the value for Monday, November 1, 2021 12:00:00 PM UTC is specified as 1635768000000.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
GetKxVolumeResponse.Builder description(String description)
A description of the volume.
- Parameters:
description- A description of the volume.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
azMode
GetKxVolumeResponse.Builder azMode(String azMode)
The number of availability zones you want to assign per volume. Currently, FinSpace only supports
SINGLEfor volumes. This places dataview in a single AZ.
-
azMode
GetKxVolumeResponse.Builder azMode(KxAzMode azMode)
The number of availability zones you want to assign per volume. Currently, FinSpace only supports
SINGLEfor volumes. This places dataview in a single AZ.
-
availabilityZoneIds
GetKxVolumeResponse.Builder availabilityZoneIds(Collection<String> availabilityZoneIds)
The identifier of the availability zones.
- Parameters:
availabilityZoneIds- The identifier of the availability zones.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
availabilityZoneIds
GetKxVolumeResponse.Builder availabilityZoneIds(String... availabilityZoneIds)
The identifier of the availability zones.
- Parameters:
availabilityZoneIds- The identifier of the availability zones.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastModifiedTimestamp
GetKxVolumeResponse.Builder lastModifiedTimestamp(Instant lastModifiedTimestamp)
The last time that the volume was updated in FinSpace. The value is determined as epoch time in milliseconds. For example, the value for Monday, November 1, 2021 12:00:00 PM UTC is specified as 1635768000000.
- Parameters:
lastModifiedTimestamp- The last time that the volume was updated in FinSpace. The value is determined as epoch time in milliseconds. For example, the value for Monday, November 1, 2021 12:00:00 PM UTC is specified as 1635768000000.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
attachedClusters
GetKxVolumeResponse.Builder attachedClusters(Collection<KxAttachedCluster> attachedClusters)
A list of cluster identifiers that a volume is attached to.
- Parameters:
attachedClusters- A list of cluster identifiers that a volume is attached to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
attachedClusters
GetKxVolumeResponse.Builder attachedClusters(KxAttachedCluster... attachedClusters)
A list of cluster identifiers that a volume is attached to.
- Parameters:
attachedClusters- A list of cluster identifiers that a volume is attached to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
attachedClusters
GetKxVolumeResponse.Builder attachedClusters(Consumer<KxAttachedCluster.Builder>... attachedClusters)
A list of cluster identifiers that a volume is attached to.
This is a convenience method that creates an instance of theKxAttachedCluster.Builderavoiding the need to create one manually viaKxAttachedCluster.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#attachedClusters(List.) - Parameters:
attachedClusters- a consumer that will call methods onKxAttachedCluster.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#attachedClusters(java.util.Collection)
-
-