Interface SelfManageResources.Builder

All Superinterfaces:
Buildable, CopyableBuilder<SelfManageResources.Builder,SelfManageResources>, SdkBuilder<SelfManageResources.Builder,SelfManageResources>, SdkPojo
Enclosing class:
SelfManageResources

public static interface SelfManageResources.Builder extends SdkPojo, CopyableBuilder<SelfManageResources.Builder,SelfManageResources>
  • Method Details

    • targetDestinationWithStrings

      SelfManageResources.Builder targetDestinationWithStrings(Collection<String> targetDestination)

      Self-managed resources target destination.

      Parameters:
      targetDestination - Self-managed resources target destination.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • targetDestinationWithStrings

      SelfManageResources.Builder targetDestinationWithStrings(String... targetDestination)

      Self-managed resources target destination.

      Parameters:
      targetDestination - Self-managed resources target destination.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • targetDestination

      Self-managed resources target destination.

      Parameters:
      targetDestination - Self-managed resources target destination.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • targetDestination

      SelfManageResources.Builder targetDestination(SelfManageTargetDestination... targetDestination)

      Self-managed resources target destination.

      Parameters:
      targetDestination - Self-managed resources target destination.
      Returns:
      Returns a reference to this object so that method calls can be chained together.