Class ListVolumesOptions.Builder
java.lang.Object
com.ibm.cloud.is.vpc.v1.model.ListVolumesOptions.Builder
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionattachmentState(String attachmentState) Set the attachmentState.build()Builds a ListVolumesOptions.encryption(String encryption) Set the encryption.limit(long limit) Set the limit.Set the name.operatingSystemArchitecture(String operatingSystemArchitecture) Set the operatingSystemArchitecture.operatingSystemFamily(String operatingSystemFamily) Set the operatingSystemFamily.Set the start.Set the tag.Set the zoneName.
-
Constructor Details
-
Builder
public Builder()Instantiates a new builder.
-
-
Method Details
-
build
Builds a ListVolumesOptions.- Returns:
- the new ListVolumesOptions instance
-
start
Set the start.- Parameters:
start- the start- Returns:
- the ListVolumesOptions builder
-
limit
Set the limit.- Parameters:
limit- the limit- Returns:
- the ListVolumesOptions builder
-
name
Set the name.- Parameters:
name- the name- Returns:
- the ListVolumesOptions builder
-
attachmentState
Set the attachmentState.- Parameters:
attachmentState- the attachmentState- Returns:
- the ListVolumesOptions builder
-
encryption
Set the encryption.- Parameters:
encryption- the encryption- Returns:
- the ListVolumesOptions builder
-
operatingSystemFamily
Set the operatingSystemFamily.- Parameters:
operatingSystemFamily- the operatingSystemFamily- Returns:
- the ListVolumesOptions builder
-
operatingSystemArchitecture
Set the operatingSystemArchitecture.- Parameters:
operatingSystemArchitecture- the operatingSystemArchitecture- Returns:
- the ListVolumesOptions builder
-
zoneName
Set the zoneName.- Parameters:
zoneName- the zoneName- Returns:
- the ListVolumesOptions builder
-
tag
Set the tag.- Parameters:
tag- the tag- Returns:
- the ListVolumesOptions builder
-