Interface StorageConfigResponse.Builder

  • Method Details

    • blockStorage

      StorageConfigResponse.Builder blockStorage(BlockStorage blockStorage)

      Indicates the current configuration of the block storage capability on your EKS Auto Mode cluster. For example, if the capability is enabled or disabled.

      Parameters:
      blockStorage - Indicates the current configuration of the block storage capability on your EKS Auto Mode cluster. For example, if the capability is enabled or disabled.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • blockStorage

      default StorageConfigResponse.Builder blockStorage(Consumer<BlockStorage.Builder> blockStorage)

      Indicates the current configuration of the block storage capability on your EKS Auto Mode cluster. For example, if the capability is enabled or disabled.

      This is a convenience method that creates an instance of the BlockStorage.Builder avoiding the need to create one manually via BlockStorage.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to blockStorage(BlockStorage).

      Parameters:
      blockStorage - a consumer that will call methods on BlockStorage.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: