Interface Service.Builder

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

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

    • serviceCode

      Service.Builder serviceCode(String serviceCode)

      The code for the Amazon Web Services service.

      Parameters:
      serviceCode - The code for the Amazon Web Services service.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • attributeNames

      Service.Builder attributeNames(Collection<String> attributeNames)

      The attributes that are available for this service.

      Parameters:
      attributeNames - The attributes that are available for this service.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • attributeNames

      Service.Builder attributeNames(String... attributeNames)

      The attributes that are available for this service.

      Parameters:
      attributeNames - The attributes that are available for this service.
      Returns:
      Returns a reference to this object so that method calls can be chained together.