Interface DestinationInfo.Builder

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

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

    • id

      The ID of the resource created at the destination.

      Parameters:
      id - The ID of the resource created at the destination.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • service

      DestinationInfo.Builder service(String service)

      The destination service of the record.

      Parameters:
      service - The destination service of the record.
      Returns:
      Returns a reference to this object so that method calls can be chained together.