Interface RoleUsageType.Builder

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

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

    • region

      RoleUsageType.Builder region(String region)

      The name of the Region where the service-linked role is being used.

      Parameters:
      region - The name of the Region where the service-linked role is being used.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • resources

      RoleUsageType.Builder resources(Collection<String> resources)

      The name of the resource that is using the service-linked role.

      Parameters:
      resources - The name of the resource that is using the service-linked role.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • resources

      RoleUsageType.Builder resources(String... resources)

      The name of the resource that is using the service-linked role.

      Parameters:
      resources - The name of the resource that is using the service-linked role.
      Returns:
      Returns a reference to this object so that method calls can be chained together.