Interface AddCacheRequest.Builder

    • Method Detail

      • gatewayARN

        AddCacheRequest.Builder gatewayARN​(String gatewayARN)
        Sets the value of the GatewayARN property for this object.
        Parameters:
        gatewayARN - The new value for the GatewayARN property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • diskIds

        AddCacheRequest.Builder diskIds​(Collection<String> diskIds)

        An array of strings that identify disks that are to be configured as working storage. Each string has a minimum length of 1 and maximum length of 300. You can get the disk IDs from the ListLocalDisks API.

        Parameters:
        diskIds - An array of strings that identify disks that are to be configured as working storage. Each string has a minimum length of 1 and maximum length of 300. You can get the disk IDs from the ListLocalDisks API.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • diskIds

        AddCacheRequest.Builder diskIds​(String... diskIds)

        An array of strings that identify disks that are to be configured as working storage. Each string has a minimum length of 1 and maximum length of 300. You can get the disk IDs from the ListLocalDisks API.

        Parameters:
        diskIds - An array of strings that identify disks that are to be configured as working storage. Each string has a minimum length of 1 and maximum length of 300. You can get the disk IDs from the ListLocalDisks API.
        Returns:
        Returns a reference to this object so that method calls can be chained together.