Class SubResourceArgs.Builder
- java.lang.Object
-
- com.pulumi.azurenative.servicefabric.inputs.SubResourceArgs.Builder
-
- Enclosing class:
- SubResourceArgs
public static final class SubResourceArgs.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
Builder(SubResourceArgs defaults)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SubResourceArgs
build()
SubResourceArgs.Builder
id(com.pulumi.core.Output<java.lang.String> id)
SubResourceArgs.Builder
id(java.lang.String id)
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(SubResourceArgs defaults)
-
-
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
-
build
public SubResourceArgs build()
-
-