Interface ServiceInfo.Builder

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

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

    • serviceCode

      ServiceInfo.Builder serviceCode(String serviceCode)

      Specifies the service identifier. To find the service code value for an Amazon Web Services service, use the ListServices operation.

      Parameters:
      serviceCode - Specifies the service identifier. To find the service code value for an Amazon Web Services service, use the ListServices operation.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • serviceName

      ServiceInfo.Builder serviceName(String serviceName)

      Specifies the service name.

      Parameters:
      serviceName - Specifies the service name.
      Returns:
      Returns a reference to this object so that method calls can be chained together.