Class FhirServiceAcrConfigurationResponse.Builder
- java.lang.Object
-
- com.pulumi.azurenative.healthcareapis.outputs.FhirServiceAcrConfigurationResponse.Builder
-
- Enclosing class:
- FhirServiceAcrConfigurationResponse
public static final class FhirServiceAcrConfigurationResponse.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
Builder(FhirServiceAcrConfigurationResponse defaults)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FhirServiceAcrConfigurationResponse
build()
FhirServiceAcrConfigurationResponse.Builder
loginServers(java.lang.String... loginServers)
FhirServiceAcrConfigurationResponse.Builder
loginServers(java.util.List<java.lang.String> loginServers)
FhirServiceAcrConfigurationResponse.Builder
ociArtifacts(ServiceOciArtifactEntryResponse... ociArtifacts)
FhirServiceAcrConfigurationResponse.Builder
ociArtifacts(java.util.List<ServiceOciArtifactEntryResponse> ociArtifacts)
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(FhirServiceAcrConfigurationResponse defaults)
-
-
Method Detail
-
loginServers
public FhirServiceAcrConfigurationResponse.Builder loginServers(@Nullable java.util.List<java.lang.String> loginServers)
-
loginServers
public FhirServiceAcrConfigurationResponse.Builder loginServers(java.lang.String... loginServers)
-
ociArtifacts
public FhirServiceAcrConfigurationResponse.Builder ociArtifacts(@Nullable java.util.List<ServiceOciArtifactEntryResponse> ociArtifacts)
-
ociArtifacts
public FhirServiceAcrConfigurationResponse.Builder ociArtifacts(ServiceOciArtifactEntryResponse... ociArtifacts)
-
build
public FhirServiceAcrConfigurationResponse build()
-
-