Interface SetupHistoryResource.Builder

    • Method Detail

      • name

        SetupHistoryResource.Builder name​(String name)

        The name of the Lightsail resource.

        Parameters:
        name - The name of the Lightsail resource.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • arn

        SetupHistoryResource.Builder arn​(String arn)

        The Amazon Resource Name (ARN) of the Lightsail resource.

        Parameters:
        arn - The Amazon Resource Name (ARN) of the Lightsail resource.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • createdAt

        SetupHistoryResource.Builder createdAt​(Instant createdAt)

        The timestamp for when the resource was created.

        Parameters:
        createdAt - The timestamp for when the resource was created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • location

        SetupHistoryResource.Builder location​(ResourceLocation location)
        Sets the value of the Location property for this object.
        Parameters:
        location - The new value for the Location property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • resourceType

        SetupHistoryResource.Builder resourceType​(String resourceType)

        The Lightsail resource type. For example, Instance.

        Parameters:
        resourceType - The Lightsail resource type. For example, Instance.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ResourceType, ResourceType
      • resourceType

        SetupHistoryResource.Builder resourceType​(ResourceType resourceType)

        The Lightsail resource type. For example, Instance.

        Parameters:
        resourceType - The Lightsail resource type. For example, Instance.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ResourceType, ResourceType