JavaScript is disabled on your browser.
Skip navigation links

AWS SDK for Java 1.x API Reference - 1.12.795

We announced the upcoming end-of-support for AWS SDK for Java (v1). We recommend that you migrate to AWS SDK for Java v2. For dates, additional details, and information on how to migrate, please refer to the linked announcement.
com.amazonaws.services.elasticmapreduce.model

Class EbsConfiguration

    • Constructor Detail

      • EbsConfiguration

        public EbsConfiguration()
    • Method Detail

      • getEbsBlockDeviceConfigs

        public List<EbsBlockDeviceConfig> getEbsBlockDeviceConfigs()

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

        Returns:
        An array of Amazon EBS volume specifications attached to a cluster instance.
      • setEbsBlockDeviceConfigs

        public void setEbsBlockDeviceConfigs(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.
      • withEbsBlockDeviceConfigs

        public EbsConfiguration withEbsBlockDeviceConfigs(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.
      • setEbsOptimized

        public void setEbsOptimized(Boolean ebsOptimized)

        Indicates whether an Amazon EBS volume is EBS-optimized.

        Parameters:
        ebsOptimized - Indicates whether an Amazon EBS volume is EBS-optimized.
      • getEbsOptimized

        public Boolean getEbsOptimized()

        Indicates whether an Amazon EBS volume is EBS-optimized.

        Returns:
        Indicates whether an Amazon EBS volume is EBS-optimized.
      • withEbsOptimized

        public EbsConfiguration withEbsOptimized(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.
      • isEbsOptimized

        public Boolean isEbsOptimized()

        Indicates whether an Amazon EBS volume is EBS-optimized.

        Returns:
        Indicates whether an Amazon EBS volume is EBS-optimized.
      • toString

        public String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
Skip navigation links

AltStyle によって変換されたページ (->オリジナル) /