Class StreamSubscriptionOperator.StreamSubscriptionBuilder
java.lang.Object
api.equinix.javasdk.fabric.model.json.creators.StreamSubscriptionOperator.StreamSubscriptionBuilder
- Enclosing class:
StreamSubscriptionOperator
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreate()withAccessToken(String accessToken) withCredentialType(String credentialType) withDescription(String description) withEnabled(Boolean enabled) withIntegrationKey(String integrationKey) withSinkType(StreamSubscriptionSinkType sinkType) withSinkUri(String sinkUri)
-
Constructor Details
-
StreamSubscriptionBuilder
-
-
Method Details
-
withType
-
withName
-
withDescription
-
withEnabled
-
withSinkType
public StreamSubscriptionOperator.StreamSubscriptionBuilder withSinkType(StreamSubscriptionSinkType sinkType) -
withSinkUri
-
withCredentialType
public StreamSubscriptionOperator.StreamSubscriptionBuilder withCredentialType(String credentialType) -
withAccessToken
-
withIntegrationKey
public StreamSubscriptionOperator.StreamSubscriptionBuilder withIntegrationKey(String integrationKey) -
create
-