Class SBClientAffinePropertiesArgs.Builder

    • Method Detail

      • clientId

        public SBClientAffinePropertiesArgs.Builder clientId​(@Nullable
                                                             com.pulumi.core.Output<java.lang.String> clientId)
        Parameters:
        clientId - Indicates the Client ID of the application that created the client-affine subscription.
        Returns:
        builder
      • clientId

        public SBClientAffinePropertiesArgs.Builder clientId​(java.lang.String clientId)
        Parameters:
        clientId - Indicates the Client ID of the application that created the client-affine subscription.
        Returns:
        builder
      • isDurable

        public SBClientAffinePropertiesArgs.Builder isDurable​(@Nullable
                                                              com.pulumi.core.Output<java.lang.Boolean> isDurable)
        Parameters:
        isDurable - For client-affine subscriptions, this value indicates whether the subscription is durable or not.
        Returns:
        builder
      • isDurable

        public SBClientAffinePropertiesArgs.Builder isDurable​(java.lang.Boolean isDurable)
        Parameters:
        isDurable - For client-affine subscriptions, this value indicates whether the subscription is durable or not.
        Returns:
        builder
      • isShared

        public SBClientAffinePropertiesArgs.Builder isShared​(@Nullable
                                                             com.pulumi.core.Output<java.lang.Boolean> isShared)
        Parameters:
        isShared - For client-affine subscriptions, this value indicates whether the subscription is shared or not.
        Returns:
        builder
      • isShared

        public SBClientAffinePropertiesArgs.Builder isShared​(java.lang.Boolean isShared)
        Parameters:
        isShared - For client-affine subscriptions, this value indicates whether the subscription is shared or not.
        Returns:
        builder