Interface GetAutoSnapshotsResponse.Builder

    • Method Detail

      • resourceName

        GetAutoSnapshotsResponse.Builder resourceName​(String resourceName)

        The name of the source instance or disk for the automatic snapshots.

        Parameters:
        resourceName - The name of the source instance or disk for the automatic snapshots.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • resourceType

        GetAutoSnapshotsResponse.Builder resourceType​(String resourceType)

        The resource type of the automatic snapshot. The possible values are Instance, and Disk.

        Parameters:
        resourceType - The resource type of the automatic snapshot. The possible values are Instance, and Disk.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ResourceType, ResourceType
      • resourceType

        GetAutoSnapshotsResponse.Builder resourceType​(ResourceType resourceType)

        The resource type of the automatic snapshot. The possible values are Instance, and Disk.

        Parameters:
        resourceType - The resource type of the automatic snapshot. The possible values are Instance, and Disk.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ResourceType, ResourceType
      • autoSnapshots

        GetAutoSnapshotsResponse.Builder autoSnapshots​(Collection<AutoSnapshotDetails> autoSnapshots)

        An array of objects that describe the automatic snapshots that are available for the specified source instance or disk.

        Parameters:
        autoSnapshots - An array of objects that describe the automatic snapshots that are available for the specified source instance or disk.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • autoSnapshots

        GetAutoSnapshotsResponse.Builder autoSnapshots​(AutoSnapshotDetails... autoSnapshots)

        An array of objects that describe the automatic snapshots that are available for the specified source instance or disk.

        Parameters:
        autoSnapshots - An array of objects that describe the automatic snapshots that are available for the specified source instance or disk.
        Returns:
        Returns a reference to this object so that method calls can be chained together.