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