Interface EbsConfiguration.Builder

    • Method Detail

      • ebsBlockDeviceConfigs

        EbsConfiguration.Builder ebsBlockDeviceConfigs​(Collection<EbsBlockDeviceConfig> ebsBlockDeviceConfigs)

        An array of Amazon EBS volume specifications attached to a cluster instance.

        Parameters:
        ebsBlockDeviceConfigs - An array of Amazon EBS volume specifications attached to a cluster instance.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • ebsBlockDeviceConfigs

        EbsConfiguration.Builder ebsBlockDeviceConfigs​(EbsBlockDeviceConfig... ebsBlockDeviceConfigs)

        An array of Amazon EBS volume specifications attached to a cluster instance.

        Parameters:
        ebsBlockDeviceConfigs - An array of Amazon EBS volume specifications attached to a cluster instance.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • ebsOptimized

        EbsConfiguration.Builder ebsOptimized​(Boolean ebsOptimized)

        Indicates whether an Amazon EBS volume is EBS-optimized.

        Parameters:
        ebsOptimized - Indicates whether an Amazon EBS volume is EBS-optimized.
        Returns:
        Returns a reference to this object so that method calls can be chained together.