Class GetFhirStoreIamPolicyArgs.Builder

  • Enclosing class:
    GetFhirStoreIamPolicyArgs

    public static final class GetFhirStoreIamPolicyArgs.Builder
    extends java.lang.Object
    • Method Detail

      • fhirStoreId

        public GetFhirStoreIamPolicyArgs.Builder fhirStoreId​(com.pulumi.core.Output<java.lang.String> fhirStoreId)
        Parameters:
        fhirStoreId - The FHIR store ID, in the form `{project_id}/{location_name}/{dataset_name}/{fhir_store_name}` or `{location_name}/{dataset_name}/{fhir_store_name}`. In the second form, the provider's project setting will be used as a fallback.
        Returns:
        builder
      • fhirStoreId

        public GetFhirStoreIamPolicyArgs.Builder fhirStoreId​(java.lang.String fhirStoreId)
        Parameters:
        fhirStoreId - The FHIR store ID, in the form `{project_id}/{location_name}/{dataset_name}/{fhir_store_name}` or `{location_name}/{dataset_name}/{fhir_store_name}`. In the second form, the provider's project setting will be used as a fallback.
        Returns:
        builder