Interface RoleUsageType.Builder

    • Method Detail

      • 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.