Class StreamingPolicyContentKeyResponse.Builder
- java.lang.Object
-
- com.pulumi.azurenative.media.outputs.StreamingPolicyContentKeyResponse.Builder
-
- Enclosing class:
- StreamingPolicyContentKeyResponse
public static final class StreamingPolicyContentKeyResponse.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
Builder(StreamingPolicyContentKeyResponse defaults)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StreamingPolicyContentKeyResponse
build()
StreamingPolicyContentKeyResponse.Builder
label(java.lang.String label)
StreamingPolicyContentKeyResponse.Builder
policyName(java.lang.String policyName)
StreamingPolicyContentKeyResponse.Builder
tracks(TrackSelectionResponse... tracks)
StreamingPolicyContentKeyResponse.Builder
tracks(java.util.List<TrackSelectionResponse> tracks)
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(StreamingPolicyContentKeyResponse defaults)
-
-
Method Detail
-
label
public StreamingPolicyContentKeyResponse.Builder label(@Nullable java.lang.String label)
-
policyName
public StreamingPolicyContentKeyResponse.Builder policyName(@Nullable java.lang.String policyName)
-
tracks
public StreamingPolicyContentKeyResponse.Builder tracks(@Nullable java.util.List<TrackSelectionResponse> tracks)
-
tracks
public StreamingPolicyContentKeyResponse.Builder tracks(TrackSelectionResponse... tracks)
-
build
public StreamingPolicyContentKeyResponse build()
-
-