Class GetPartnerTopicResult.Builder
- java.lang.Object
-
- com.pulumi.azurenative.eventgrid.outputs.GetPartnerTopicResult.Builder
-
- Enclosing class:
- GetPartnerTopicResult
public static final class GetPartnerTopicResult.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
Builder(GetPartnerTopicResult defaults)
-
Method Summary
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(GetPartnerTopicResult defaults)
-
-
Method Detail
-
activationState
public GetPartnerTopicResult.Builder activationState(@Nullable java.lang.String activationState)
-
eventTypeInfo
public GetPartnerTopicResult.Builder eventTypeInfo(@Nullable EventTypeInfoResponse eventTypeInfo)
-
expirationTimeIfNotActivatedUtc
public GetPartnerTopicResult.Builder expirationTimeIfNotActivatedUtc(@Nullable java.lang.String expirationTimeIfNotActivatedUtc)
-
id
public GetPartnerTopicResult.Builder id(java.lang.String id)
-
identity
public GetPartnerTopicResult.Builder identity(@Nullable IdentityInfoResponse identity)
-
location
public GetPartnerTopicResult.Builder location(java.lang.String location)
-
messageForActivation
public GetPartnerTopicResult.Builder messageForActivation(@Nullable java.lang.String messageForActivation)
-
name
public GetPartnerTopicResult.Builder name(java.lang.String name)
-
partnerRegistrationImmutableId
public GetPartnerTopicResult.Builder partnerRegistrationImmutableId(@Nullable java.lang.String partnerRegistrationImmutableId)
-
partnerTopicFriendlyDescription
public GetPartnerTopicResult.Builder partnerTopicFriendlyDescription(@Nullable java.lang.String partnerTopicFriendlyDescription)
-
provisioningState
public GetPartnerTopicResult.Builder provisioningState(java.lang.String provisioningState)
-
source
public GetPartnerTopicResult.Builder source(@Nullable java.lang.String source)
-
systemData
public GetPartnerTopicResult.Builder systemData(SystemDataResponse systemData)
-
tags
public GetPartnerTopicResult.Builder tags(@Nullable java.util.Map<java.lang.String,java.lang.String> tags)
-
type
public GetPartnerTopicResult.Builder type(java.lang.String type)
-
build
public GetPartnerTopicResult build()
-
-