Class SubResourceArgs.Builder

  • Enclosing class:
    SubResourceArgs

    public static final class SubResourceArgs.Builder
    extends java.lang.Object
    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • id

        public SubResourceArgs.Builder id​(@Nullable
                                          com.pulumi.core.Output<java.lang.String> id)
        Parameters:
        id - Sub-resource ID. Both absolute resource ID and a relative resource ID are accepted. An absolute ID starts with /subscriptions/ and contains the entire ID of the parent resource and the ID of the sub-resource in the end. A relative ID replaces the ID of the parent resource with a token '$self', followed by the sub-resource ID itself. Example of a relative ID: $self/frontEndConfigurations/my-frontend.
        Returns:
        builder
      • id

        public SubResourceArgs.Builder id​(java.lang.String id)
        Parameters:
        id - Sub-resource ID. Both absolute resource ID and a relative resource ID are accepted. An absolute ID starts with /subscriptions/ and contains the entire ID of the parent resource and the ID of the sub-resource in the end. A relative ID replaces the ID of the parent resource with a token '$self', followed by the sub-resource ID itself. Example of a relative ID: $self/frontEndConfigurations/my-frontend.
        Returns:
        builder