Uses of Interface
software.amazon.awssdk.services.finspace.model.KxNAS1Configuration.Builder
-
Packages that use KxNAS1Configuration.Builder Package Description software.amazon.awssdk.services.finspace.model -
-
Uses of KxNAS1Configuration.Builder in software.amazon.awssdk.services.finspace.model
Methods in software.amazon.awssdk.services.finspace.model that return KxNAS1Configuration.Builder Modifier and Type Method Description static KxNAS1Configuration.BuilderKxNAS1Configuration. builder()KxNAS1Configuration.BuilderKxNAS1Configuration.Builder. size(Integer size)The size of the network attached storage.KxNAS1Configuration.BuilderKxNAS1Configuration. toBuilder()KxNAS1Configuration.BuilderKxNAS1Configuration.Builder. type(String type)The type of the network attached storage.KxNAS1Configuration.BuilderKxNAS1Configuration.Builder. type(KxNAS1Type type)The type of the network attached storage.Methods in software.amazon.awssdk.services.finspace.model that return types with arguments of type KxNAS1Configuration.Builder Modifier and Type Method Description static Class<? extends KxNAS1Configuration.Builder>KxNAS1Configuration. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.finspace.model with type arguments of type KxNAS1Configuration.Builder Modifier and Type Method Description default CreateKxVolumeRequest.BuilderCreateKxVolumeRequest.Builder. nas1Configuration(Consumer<KxNAS1Configuration.Builder> nas1Configuration)Specifies the configuration for the Network attached storage (NAS_1) file system volume.default CreateKxVolumeResponse.BuilderCreateKxVolumeResponse.Builder. nas1Configuration(Consumer<KxNAS1Configuration.Builder> nas1Configuration)Specifies the configuration for the Network attached storage (NAS_1) file system volume.default GetKxVolumeResponse.BuilderGetKxVolumeResponse.Builder. nas1Configuration(Consumer<KxNAS1Configuration.Builder> nas1Configuration)Specifies the configuration for the Network attached storage (NAS_1) file system volume.default UpdateKxVolumeRequest.BuilderUpdateKxVolumeRequest.Builder. nas1Configuration(Consumer<KxNAS1Configuration.Builder> nas1Configuration)Specifies the configuration for the Network attached storage (NAS_1) file system volume.default UpdateKxVolumeResponse.BuilderUpdateKxVolumeResponse.Builder. nas1Configuration(Consumer<KxNAS1Configuration.Builder> nas1Configuration)Specifies the configuration for the Network attached storage (NAS_1) file system volume.
-